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

485 B

title description aliases menu weight
systemTime() function The systemTime() function returns the current system time.
/v2.0/reference/flux/functions/misc/systemtime
v2_0_ref
name parent
systemTime built-in-misc
401

The systemTime() function returns the current system time.

Function type: Date/Time
Output data type: Timestamp

systemTime()

Examples

offsetTime = (offset) => systemTime() |> shift(shift: offset)