Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.5
Component:
aggregator data
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 May 2009 at 19:06 UTC
Updated:
16 Jun 2009 at 20:20 UTC
Jump to comment: Most recent file
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.