FunctionsDate & Time
now
Returns the current UTC timestamp as epoch seconds.
now(…) → Int64Kind · scalar
Returns the current UTC timestamp as epoch seconds.
Part of the Date & Time family.
format_datetime_in_joda_syntax
Formats timestamps with common Joda pattern tokens mapped onto UTC strftime output.
now64
Returns the current timestamp with fractional-second precision (DateTime64-style). The optional precision argument (0-9, default 3) controls the tick unit: 0 = seconds, 3 = milliseconds, 6 = micros…