[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Koha-devel] Dates in Koha's RSS
From: |
Owen Leonard |
Subject: |
Re: [Koha-devel] Dates in Koha's RSS |
Date: |
Mon Aug 9 14:50:00 2004 |
> > "line 13, column 40: lastBuildDate must be an
> RFC-822 date
>
> There is no lastBuildDate in RSS 1.0
Koha produces RSS 0.91. Here's the DTD it specifies:
http://my.netscape.com/publish/formats/rss-0.91.dtd
I use http://feedvalidator.org.
> Try the strftime function in the POSIX module on
> the whole localtime(...) thing. "perldoc POSIX" for help.
I'd be happy to upgrade the rss templates to conform to RSS 1.0 if someone can
supply me with the right Perl code to format the date correctly.
http://feedvalidator.org/docs/error/InvalidRFC2822Date.html
Thanks!
-- Owen