Function time::serde::iso8601::serialize

source ·
pub fn serialize<S: Serializer>(
    datetime: &OffsetDateTime,
    serializer: S
) -> Result<S::Ok, S::Error>
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.