pub fn serialize<S>(
option: &Option<OffsetDateTime>,
serializer: S,
) -> Result<S::Ok, S::Error>where
S: Serializer,Available on crate feature
serde and (crate features formatting or parsing) and crate feature formatting only.Expand description
Serialize an Option<OffsetDateTime> using the well-known RFC3339 format.