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

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

For example:
   activates_at < date_add(today(), 7, :day)
   activates_at < date_add(today(), Duration.new!(day: 7))
   activates_at < date_add(today(), 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*
