format_iso8601_ms_utc

Function format_iso8601_ms_utc 

Source
pub fn format_iso8601_ms_utc(ts_ms: TimeStampMs) -> Result<String, Error>
Expand description

Format a timestamp with millisecond precision according to ISO 8601 format in UTC.

ISO 8601 is an international standard for date and time representations. This function returns the timestamp in the format: YYYY-MM-DDThh:mm:ss.sssZ

Example: ā€œ2025-05-20T14:30:45.123Zā€

For more details on ISO 8601, see: https://en.wikipedia.org/wiki/ISO_8601