pub fn serialize<S>(
datetime: &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 OffsetDateTime using the well-known ISO 8601 format.