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