I had the following pubDate, but Feed Validator said it was wonky:
<pubDate>Tue, 08 Jun 2010 01:50:00 -0800</pubDate>
I’m in the Pacific Time Zone, and according to Wikipedia that was UTC-8.
It took me forever to realize that the Pacific Time Zone is currently experiencing Daylight Savings, which means I had to change the -0800 to -0700. (The reason FV didn’t like it is because it showed up as 2:50am, which at the time hadn’t yet come.) That worked, but now I have the following question:
What do I do when Daylight Savings is over? Just leave all the -0700s, and set all future pubDates to -0800?