Function httpdate::parse_http_date
source ยท pub fn parse_http_date(s: &str) -> Result<SystemTime, Error>
Expand description
Parse a date from an HTTP header field.
Supports the preferred IMF-fixdate and the legacy RFC 805 and ascdate formats. Two digit years are mapped to dates between 1970 and 2069.