Expand description
Use the well-known RFC2822 format when serializing and deserializing an OffsetDateTime.
Use this module in combination with serde’s #[with] attribute.
Modules§
- Use the well-known RFC2822 format when serializing and deserializing an
Option<OffsetDateTime>.
Functions§
- Deserialize an
OffsetDateTimefrom its RFC2822 representation. - Serialize an
OffsetDateTimeusing the well-known RFC2822 format.