Function system_time_from_millis

Source
pub fn system_time_from_millis<'de, D>(
    deserializer: D,
) -> Result<SystemTime, D::Error>
where D: Deserializer<'de>,
Expand description

Deserialize a SystemTime from a timestamp containing the milliseconds since 1970-01-01.