Function humantime::parse_rfc3339 [] [src]

pub fn parse_rfc3339(s: &str) -> Result<SystemTime, Error>

Parse RFC3339 timestamp 2018-02-14T00:28:07Z

Supported feature: any precision of fractional digits 2018-02-14T00:28:07.133Z.

Unsupported feature: localized timestamps. Only UTC is supported.