Constant RFC2822_LONG
pub const RFC2822_LONG: Format;
Expand description
RFC 2822 date time format
ยงParsing limitation
When parsing, if the month is provided in short (but valid) form, then the parsing will still succeed. For example, if the month is Feb
instead of February
, then the parsing will still succeed.