pub fn serialize<S>(
option: &Option<OffsetDateTime>,
serializer: S,
) -> Result<S::Ok, S::Error>where
S: Serializer,Available on crate feature
serde only.Expand description
Serialize an Option<OffsetDateTime> as its Unix timestamp with microseconds