system_time_to_rfc3339

Function system_time_to_rfc3339 

Source
pub fn system_time_to_rfc3339<S>(
    time: &SystemTime,
    serializer: S,
) -> Result<S::Ok, S::Error>
where S: Serializer,
Expand description

Serialize a SystemTime into a RFC3339 time stamp.