Function ruma_client_api::http_headers::http_date_to_system_time
source ยท pub fn http_date_to_system_time(
value: &HeaderValue
) -> Result<SystemTime, HeaderDeserializationError>Available on crate features
client or server only.Expand description
Convert a header value representing a HTTP date to a SystemTime.