9 Aug
2004
9 Aug
'04
4:50 p.m.
"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