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

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