Skip to main content

Module time

Module time 

Source
Expand description

Timestamp parsing helpers for the ISO-8601 / RFC 3339 strings that the provider session logs embed in each record.

Functionsยง

now_rfc3339_utc_nanos
Current UTC time as RFC3339 with nanoseconds and a Z suffix (e.g. 2026-07-07T05:34:50.563606999Z).
parse_iso_timestamp
Parses an ISO-8601 / RFC 3339 timestamp into Unix milliseconds.
rfc3339_utc_nanos
Formats unix_secs in the same shape now_rfc3339_utc_nanos produces.