pub fn unix_nanos_to_iso8601_millis(unix_nanos: UnixNanos) -> StringExpand description
Converts a UNIX nanoseconds timestamp to an ISO 8601 (RFC 3339) format string with millisecond precision.
All UnixNanos values are representable by this formatter.