# `Ash.Query.Function.DateTimeAdd`
[🔗](https://github.com/ash-project/ash/blob/v3.25.2/lib/ash/query/function/datetime_add.ex#L5)

Adds the given interval or Duration to the current time in UTC

For example:
   activates_at < datetime_add(now(), 7, :day)
   activates_at < datetime_add(now(), Duration.new!(day:7))

Documentation + available intervals inspired by the corresponding ecto interval implementation

# `args`

# `has_partial_evaluate?`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
