Folks,
I have a blog written in PERL. One of the blog's function is to generate a RSS/XML feed for RSS reader. But the <pubDate> I got is not accepted by RSS validator which requies RFC822 format.
What I have from my PERL is like this...
<pubDate>02/13/2006 - 11:38</pubDate>
and an RFC822 format is like this...
<pubDate>Wed, 02 Oct 2002 08:00:00 EST</pubDate>
or
<pubDate>Wed, 02 Oct 2002 15:00:00 +0200</pubDate>
any tip?
Thanks a million!
Gary
I have a blog written in PERL. One of the blog's function is to generate a RSS/XML feed for RSS reader. But the <pubDate> I got is not accepted by RSS validator which requies RFC822 format.
What I have from my PERL is like this...
<pubDate>02/13/2006 - 11:38</pubDate>
and an RFC822 format is like this...
<pubDate>Wed, 02 Oct 2002 08:00:00 EST</pubDate>
or
<pubDate>Wed, 02 Oct 2002 15:00:00 +0200</pubDate>
any tip?
Thanks a million!
Gary