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