FunctionsDate & Time
parse_date_time
Parses textual timestamps into UTC epoch seconds.
parse_date_time(…) → Int64Kind · scalar
Parses textual timestamps into UTC epoch seconds.
Part of the Date & Time family.
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…
parse_date_time_in_joda_syntax
Parses DateTime values using either generic timestamp parsing or a supplied Joda-style pattern.