Function ruma_client_api::http_headers::system_time_to_http_date

source ยท
pub fn system_time_to_http_date(
    time: &SystemTime,
) -> Result<HeaderValue, HeaderSerializationError>
Available on crate features client or server only.
Expand description

Convert as SystemTime to a HTTP date header value.