Skip to main content

Module timeutil

Module timeutil 

Source
Expand description

UTC timestamp helpers (external design §9.3: ISO-8601 UTC strings).

Functions§

now_iso8601
Current UTC time as an RFC 3339 / ISO-8601 string, e.g. 2026-06-06T12:34:56.789Z.
system_time_iso8601
Convert a std::time::SystemTime (e.g. file mtime) to RFC 3339.