[][src]Function time_util::optional_system_time_to_rfc3339

pub fn optional_system_time_to_rfc3339<S>(
    time: &Option<SystemTime>,
    serializer: S
) -> Result<S::Ok, S::Error> where
    S: Serializer

Serialize an optional SystemTime into a RFC3339 time stamp.