1
Hi gang,
I'm trying to get the RSS feed that comes from backend.php to pass the validation tests at
Feed ValidatorThe validator is complaining about the format of the date feeds coming from backend. Here's my backend.php URL
http://www.sexandpodcasting.com/backend.php(be not concerned about the URL, it's definitely not about sex, and work-safe -- long story)
The problem is that the dates in the XML from my site looks like this;
Mon, 9 May 2005 11:19:28 Central Daylight Time
While the validator wants it to look like this any of these options;
http://www.feedvalidator.org/docs/error/InvalidRFC2822Date.htmlThe thing it seems to be complaining about is that the timezone is spelled out ("Central Daylight Time") rather than abbreviated ("CDT").
This error probably isn't a really big deal for most folks, but it breaks the date-processing in some feeds that are downstream from me because the feed coming from my site (backend.php) doesn't adhere to the RFC-822 standard.
Is there a setting I can twiddle to get that fixed?
thanks,
m