fn fmt_unix_timestamp_microsecond(
output: &mut (impl Write + ?Sized),
timestamp_micros: i128,
_: UnixTimestampMicrosecond,
) -> Result<usize, Error>Available on crate feature
formatting only.Expand description
Format the Unix timestamp (in microseconds) into the designated output.