When the rss feed is created by the node_feed function(node_modul ~1877), it uses the date funtion.
date($item->created,'r')

This is a PHP function to format the date. The results depend on server settings, not Drupal settings. I think we should use Drupal's format_date function:
format_date($items->created,'custom','r')
(Drupal 6.x also)

CommentFileSizeAuthor
#2 fix_rss_feed_date.patch1.21 KBgdevlugt

Comments

pp’s picture

Version: 5.x-dev » 6.x-dev
gdevlugt’s picture

Assigned: Unassigned » gdevlugt
Status: Active » Needs review
StatusFileSize
new1.21 KB

Hi,

This sounds valid enough. If i'm running say a dutch website on a webserver in the US, it makes no sense to have articles with the local date of the webserver. I added a patch for D6 head which will fix this.

moshe weitzman’s picture

Status: Needs review » Reviewed & tested by the community

looks good.

gábor hojtsy’s picture

Status: Reviewed & tested by the community » Fixed

Thanks, committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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