Skip to main content

parse_iso8601

Function parse_iso8601 

Source
pub fn parse_iso8601(text: &str) -> Option<i64>
Expand description

Parses an ISO-8601 timestamp (as produced by iso8601) back to Unix seconds, for computing relative display from the stored value.