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

Adds the given interval or Duration from the current time in UTC.

For example:
   expires_at < from_now(7, :day)
   expires_at < from_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*
