docs-v2/content/v2.0/reference/flux/functions/built-in/misc/now.md

365 B

title description menu weight
now() function The `now()` function returns the current time (UTC).
v2_0_ref
name parent
now built-in-misc
401

The now() function returns the current time (UTC).

Function type: Date/Time
Output data type: Time

now()

Examples

data
  |> range(start: -10h, stop: now())