RSS Invalid date/time? Tue, 2 Sep 2008 0:42:00 -0500

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

RSS Invalid date/time? Tue, 2 Sep 2008 0:42:00 -0500

Post by JAB Creations »

This is not a valid RFC-822 date-time?

Tue, 2 Sep 2008 0:42:00 -0500

http://www.feedvalidator.org/check.cgi? ... m/news.xml

12:42am (as in midnight) is 0:42 correct? This is odd...
User avatar
andyhoneycutt
Forum Contributor
Posts: 468
Joined: Wed Aug 27, 2008 10:02 am
Location: Idaho Falls

Re: RSS Invalid date/time? Tue, 2 Sep 2008 0:42:00 -0500

Post by andyhoneycutt »

Code: Select all

Tue, 2 Sep 2008 0:42:00 -0500
Should be:

Code: Select all

Tue, 2 Sep 2008 [color=red]0[/color]0:42:00 -0500
-Andy
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

Re: RSS Invalid date/time? Tue, 2 Sep 2008 0:42:00 -0500

Post by JAB Creations »

Thanks it worked, I'm pretty sure I tried that though.
Post Reply