Closed (fixed)
Project:
Drupal.org site moderators
Component:
Drupal Planet
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
12 May 2009 at 19:34 UTC
Updated:
19 Jan 2010 at 08:19 UTC
I deleted the items from this feed. I then set it to update in a day. It keeps resetting to be top of the planet.
Comments
Comment #1
Amazon commentedhttp://rufzeichen-online.de/taxonomy/term/6/feed. According to Drumm, the clock is set in the future. Removing the feed for now.
Kieran
Comment #2
eigentor commentedAh sorry
What can I do? I just upgraded my site to D6, so maybe it is in my Aggregator settings?
I also noticed this but hoped it would stop :P
Comment #3
gábor hojtsySomehow your pubdate values are translated to German. They definitely should not be. My Safari browser detects all your items as if they were from today this very moment, because (I guess) it could not parse these dates:
These should be in the standard ISO format and not translated. My latest item dates for comparison from my planet aggregated feed:
Note the different day names, "Mon" vs "Mo" and your translated month names, like "Dez".
Comment #4
eigentor commentedHm. Do I have to present the feed in english to archieve this?
On my old Drupal 5 site, I guess there just were no translations for Date names. So our thoroughness in translation may have tripped me...
At the moment the site is not a multilingual site but just in german. Does it need to be multilingual?
How do I read out the pub dates?
Comment #5
gábor hojtsyThis might be a contrib module bug or a PHP setting.
Drupal should not translate dates generated for XML feeds. The taxonomy feed is generated by taxonomy_term_page() and that reuses node_feed(). node_feed() uses gmdate() which is a PHP built-in function and therefore should not translate stuff via Drupal.
There is either a module which alters the feed data and adds in translated dates or your PHP is somehow configured so that gmdate() outputs translated data (however, http://php.net/gmdate does not say that the returned data could be localized). I'd suggest looking into these areas.
Comment #6
eigentor commentedProblem solved, please try to put me into the planet again. I had the same problem on the german planet, and it is solved there now.
This is a views bug. Am gonna post the solution for that, in the views queue this is the patch:
http://gist.github.com/111166
Comment #7
gábor hojtsyI'd say you should just use $node->created without the timezone munging, since this GMdate, that is GMT timezone, and $node->created is stored in that and calculated for users with that timezone setting.
Comment #8
eigentor commentedhehe I did not write the patch... (dereine did) it is just a quick fix. we'll better discuss this with merlin in the views issue qeue...
This is the issue http://drupal.org/node/461842
Comment #9
dawehnerok that was my fault
i just read this line
Comment #10
eigentor commentedBoth patches solve the Problem. I think you can safely add me to the feed again, Gabor.
Comment #11
gábor hojtsyAdded back. Since you do not have recent posts on the feed now that the dates are correct, no new posts are showing from you on top, but your older posts are there with the right time now.
Comment #12
eigentor commentedApril 12, post is there. All is fine :) thx