pub fn format_server_time(unix_ms: u64) -> StringExpand 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.