pub fn iso8601_ms(epoch_ms: u64) -> String
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.
2026-08-10T17:03:05.123Z