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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | views-rss-time.patch | 907 bytes | dawehner |
Comments
Comment #1
dawehnerhere is a better version
btw. this is also how it is node in comment rss row inc
Comment #2
merlinofchaos commentedare http://drupal.org/node/444496 and http://drupal.org/node/403342 both the same thing as this?
Comment #3
mfbYeah, 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.
Comment #4
merlinofchaos commentedOk, gmdate() portion fixed. Will wait and see on the timezone issue.