Function ruma_client_api::http_headers::system_time_to_http_date
source ยท pub fn system_time_to_http_date(
time: &SystemTime,
) -> Result<HeaderValue, HeaderSerializationError>
Expand description
Convert as SystemTime
to a HTTP date header value.