parse_rfc3339_timestamp

Function parse_rfc3339_timestamp 

Source
pub fn parse_rfc3339_timestamp(timestamp: &str) -> Result<UnixNanos>
Expand description

Parses an RFC3339 timestamp string into UnixNanos.

ยงErrors

Returns an error if the input string is not a valid RFC3339 timestamp or is out of range.