Get the current UTC time as nanoseconds since the Unix epoch (January 1, 1970).
Utc
Utc :: # (opaque)
Read UTC time and convert Unix timestamps into common representations.
Convert nanoseconds since epoch to milliseconds since epoch.
Convert milliseconds since epoch to nanoseconds since epoch.
to_nanos_since_epoch : U128 -> U128
Convert a timestamp to nanoseconds since epoch.
Convert nanoseconds since epoch to a timestamp.
delta_as_nanos : U128, U128 -> U128
Calculate the difference between two timestamps in nanoseconds.
delta_as_millis : U128, U128 -> U128
Calculate the difference between two timestamps in milliseconds.
to_iso_8601 : U128 -> Str
Convert a timestamp to an ISO 8601 UTC string with second precision.