pub fn parse_iso8601(text: &str) -> Option<i64>
Parses an ISO-8601 timestamp (as produced by iso8601) back to Unix seconds, for computing relative display from the stored value.
iso8601