Skip Menu |

This queue is for tickets about the DateTime-Format-RSS CPAN distribution.

Report information
The Basics
Id: 36821
Status: new
Priority: 0/
Queue: DateTime-Format-RSS

People
Owner: Nobody in particular
Requestors: blom [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.02001
Fixed in: (no value)



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