Skip to main content

format_server_time

Function format_server_time 

Source
pub fn format_server_time(unix_ms: u64) -> String
Expand description

Write milliseconds since the Unix epoch as a server-time value.

Always three fractional digits and always UTC, which is the form the tag is defined in and the one parse reads back exactly.