Function try_deserialize_timestamp

Source
pub fn try_deserialize_timestamp(t: &str) -> Option<DateTime<Utc>>
Expand description

Try to parse an RFC 3339, warn on error.