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