Module pavex::time::serde::timestamp::nanoseconds::option

source ·
Expand description

Treat an Option<OffsetDateTime> as a Unix timestamp with nanoseconds for the purposes of serde.

Use this module in combination with serde’s #[with] attribute.

When deserializing, the offset is assumed to be UTC.

Functions§

  • Deserialize an Option<OffsetDateTime> from its Unix timestamp with nanoseconds
  • Serialize an Option<OffsetDateTime> as its Unix timestamp with nanoseconds