View Source Ash.Query.Function.DateAdd (ash v2.15.0)
Adds the given interval to the current time in UTC
For example: activates_at < date_add(today(), 7, :day)
Documentation + available intervals inspired by the corresponding ecto interval implementation