pub fn unix_nanos_to_iso8601(unix_nanos: UnixNanos) -> StringExpand description
Converts a UNIX nanoseconds timestamp to an ISO 8601 (RFC 3339) format string.
Returns the raw nanosecond value as a string if it exceeds the representable
datetime range (i64::MAX, approximately year 2262).