This causes Drupal not being able to read the pubdate which again causes your blog posts to stay on top of a feed (happened to me on drupal planet) http://drupal.org/node/460724

dereine wrote a patch, appended in comment to this issue.

CommentFileSizeAuthor
#1 views-rss-time.patch907 bytesdawehner

Comments

dawehner’s picture

Status: Active » Needs review
StatusFileSize
new907 bytes

here is a better version

btw. this is also how it is node in comment rss row inc

merlinofchaos’s picture

mfb’s picture

Yeah, although in contrast to #403342: Wrong timezone in the RSS feed I think it's perfectly acceptable to have all dates in GMT. the main thing is, format_date should not be used when generating RSS date elements, it's a complete waste of CPU cycles, and also breaks the feed if 'en' is not specified and the date components get translated.

merlinofchaos’s picture

Status: Needs review » Fixed

Ok, gmdate() portion fixed. Will wait and see on the timezone issue.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.