pub fn deserialize<'a, D>(deserializer: D) -> Result<OffsetDateTime, D::Error>where
D: Deserializer<'a>,Available on crate feature
serde and (crate features formatting or parsing) and crate feature parsing only.Expand description
Deserialize an OffsetDateTime from its RFC2822 representation.