pub fn format_rfc3339_from_nanos(ts: UnixNanos) -> Result<String>
Converts a [UnixNanos] timestamp to an RFC 3339 string in UTC.
UnixNanos
Returns an error when the nanosecond value is outside the Jiff timestamp range.