f8089c00c3
convert between DateTime and RFC2822/822 formats. PR: 54104 Submitted by: Mathieu Arnold <m@absolight.net>
5 lines
195 B
Text
5 lines
195 B
Text
RFC2822 introduces a slightly different format of date than that used by
|
|
RFC822. The main correction is that the format is more limited, and thus easier
|
|
to parse.
|
|
|
|
WWW: http://datetime.perl.org/
|