formats
Common formats for formatting datetimes
To be used with std::datetime::format
or std::datetime::parse
Constants
RFC2822
type: String
Format for RFC 2822
Same as RFC5322
RFC3339
type: String
Format for RFC 3339
This format is also ISO8601 compatible.
RFC5322
type: String
Format for RFC 5322
Same as RFC2822