Skip to main content

iso8601_ms

Function iso8601_ms 

Source
pub fn iso8601_ms(epoch_ms: u64) -> String
Expand description

RFC 3339 / ISO-8601 UTC timestamp with millisecond precision, e.g. 2026-08-10T17:03:05.123Z. Hand-rolled civil-from-days conversion so we avoid a chrono dependency in the core crate.