Format a timestamp in ISO-8601 Zulu format with fractional seconds.
Port of timestamp() from logging.rs lines 6-71.
timestamp()
Timestamp string in format "YYYY-MM-DDTHH:MM:SS.mmmZ"
timestamp() // => "2024-01-15T14:30:45.123Z" Copy
timestamp() // => "2024-01-15T14:30:45.123Z"
Format a timestamp in ISO-8601 Zulu format with fractional seconds.
Port of
timestamp()from logging.rs lines 6-71.