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§
- Use the well-known RFC3339 format when serializing and deserializing an
Option<OffsetDateTime>
.
Functions§
- Deserialize an
OffsetDateTime
from its RFC3339 representation. - Serialize an
OffsetDateTime
using the well-known RFC3339 format.