Subject: | RSS 2.0 / RFC822 |
According to the RSS2.0 specs, date-time's must be formatted according
to RFC822. DateTime-Format-RSS seems to handle RSS1.0 only.
$ perl -MDateTime::Format::RSS -e'print
DateTime::Format::RSS->format_datetime(DateTime->now);'
2008-06-17T17:08:57
This should be something like: "Tue, 17 Jun 2008 17:08:57 CEST"
--
B10m