pub fn serialize_optional_rfc3339<S>(
    t: &Option<OffsetDateTime>,
    serializer: S
) -> Result<S::Ok, S::Error>where
    S: Serializer,
Expand description

helper to serialize updated and deleted in the correct format (default time serde implementation seems to use a different format)