Forum Moderators: coopster
I'm almost done, but I'm having one small problem with my dates.
Using the following code I sometimes get an "Implausible date" error at feedvalidator.org. How can I output a RFC 822 standards complient date?
echo "<pubDate>".date("D, d M Y G:i:s")." GMT</pubDate>";
I'm not sure, but I think my problem is sometimes the time is 00:00:00. Is that not allowed? Is that the problem? Is it fixable?
I'm still getting the implausible date issue. I'm thinking its not because of date format now, but because of my server location.
I get the problems when its early in the morning. The server is seven hours away from GMT, so I'm getting times like "00:00:00 -0700". Is there a way to convert my time, or shift it, so it reports in GMT time? That way, its not minus seven hours that aren't there?