[][src]Function humantime::format_rfc3339_nanos

pub fn format_rfc3339_nanos(system_time: SystemTime) -> Rfc3339Timestamp

Format an RFC3339 timestamp 2018-02-14T00:28:07.000000000Z

This format always shows nanoseconds even if nanosecond value is zero.

The value is always UTC and ignores system timezone.