I am using date format that generates the following:
<pubDate>Sat, 07 June 2008 20:22:14 +0200</pubDate>
And still I receive the following message that I am not using RFC-822
date-time format?
In the help section I find
<pubDate>Wed, 02 Oct 2002 15:00:00 +0200</pubDate> listed as valid.
When I compare my result and this there is 100% equality, but still....
> I am using date format that generates the following:
> <pubDate>Sat, 07 June 2008 20:22:14 +0200</pubDate>
> And still I receive the following message that I am not using RFC-822
> date-time format?
> In the help section I find
> <pubDate>Wed, 02 Oct 2002 15:00:00 +0200</pubDate> listed as valid.
> When I compare my result and this there is 100% equality, but still....