Expand description
Treat an OffsetDateTime
as a Unix timestamp for the purposes of serde.
Use this module in combination with serde’s #[with]
attribute.
When deserializing, the offset is assumed to be UTC.
Modules§
- Treat an
OffsetDateTime
as a Unix timestamp with microseconds for the purposes of serde. - Treat an
OffsetDateTime
as a Unix timestamp with milliseconds for the purposes of serde. - Treat an
OffsetDateTime
as a Unix timestamp with nanoseconds for the purposes of serde. - Treat an
Option<OffsetDateTime>
as a Unix timestamp for the purposes of serde.
Functions§
- Deserialize an
OffsetDateTime
from its Unix timestamp - Serialize an
OffsetDateTime
as its Unix timestamp