//! UTC timestamp helpers (external design ยง9.3: ISO-8601 UTC strings).
use OffsetDateTime;
use Rfc3339;
/// Current UTC time as an RFC 3339 / ISO-8601 string, e.g.
/// `2026-06-06T12:34:56.789Z`.
/// Convert a [`std::time::SystemTime`] (e.g. file mtime) to RFC 3339.