Function humantime::format_rfc3339_micros
source · pub fn format_rfc3339_micros(system_time: SystemTime) -> Rfc3339Timestamp
Expand description
Format an RFC3339 timestamp 2018-02-14T00:28:07.000000Z
This format always shows microseconds even if microsecond value is zero.
The value is always UTC and ignores system timezone.