Donate Share

Thingamablog

Tracker: Bugs

5 Posted 12/1/04 shows up as 1/4 in RSS? - ID: 1077275
Last Update: Comment added ( nobody )

I posted some new entries to my blog today. They show
up on the blog (http://www.myhomeoffice.org/blog
correctly, but in the RSS feed, they show up on 1/12/04 .

Just me ? Or did I screw up some where?

Thanks.


Nobody/Anonymous ( nobody ) - 2004-12-02 03:09

5

Open

None

Nobody/Anonymous

None

None

Public


Comments ( 4 )




Date: 2005-02-17 10:18
Sender: nobody

Logged In: NO

I found a fix for this in the template for the feed.

You have to change the line that says:
<pubDate><$EntryDateTime$></pubDate>

to this:
<pubDate><$EntryDateTime format="EEE, dd MMM yyyy HH:mm:ss
z"$></pubDate>




Date: 2005-02-14 07:08
Sender: mike_strock

Logged In: YES
user_id=1170115

Is there going to be a newer release coming that resolves
this issue and puts postings in using the 'correct' date
format? I'd happily pay a $20 donation for a new version
that solves this problem.


Date: 2005-01-06 17:57
Sender: nobody

Logged In: NO

I made another comment in this same section above. The
date published in the RSS file is in European format
(DD/MM/YYYY). RSS Feed parsers will not read this format
correctly.


Date: 2004-12-12 06:10
Sender: mike_strock

Logged In: YES
user_id=1170115

Thinking this maybe was a bug with the RSS reader I use, I
asked the author. Here's the response I got:

Hi Mike,

It looks like the pubDate is in an invalid format. You have
something like

<pubDate>05/12/04 10:13</pubDate>

But it needs to be something like

<pubDate>Tue, 30 Nov 2004 05:24:26 GMT</pubDate>

Per the RSS 2.0 spec at

http://blogs.law.harvard.edu/tech/rss

Confirmation of this bad-ness from the feed validator:

http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.myhomeoffice.org%2Fb
log%2Frss.xml

Hope that helps.




Log in to comment.




Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.