I've given a look at the feeds you posted and I think the date problem
is in the pcgameshardware.de feed, which doesn't provide the pubDate
information for each item.

If you open those feeds in a text editor, you will see that for example 
tecchannel.de provides a pubDate for each item (I cut most bits to avoid 
spamming) :
<item>
  <title>Cisco kommt mit Unified Computing System</title>
  <link>(...)</link>
  <description>Cisco hat ein Unified Computing System vorgestellt. 
(...)</description>
  <pubDate>Mon, 16 Mar 2009 18:09:46 GMT</pubDate>
  <guid>http://rss.(...)</guid>
</item>

While pcgameshardware.de doesn't. The publication date is inserted in a strange 
format inside each items description :
<item>
  <title>Cebit 2009: Der schönste Arbeitsspeicher der Messe</title>
  <description>(16.3.09 18:7) Die folgenden Speicherriegel sind 
(...)</description>
  <link>(...)</link>
</item>

Thus Akregator logically falls back to using the whole feed's publication date 
(which *is* provided by the pcgameshardware.de feed) for each item.
You should probably contact pcgameshardware.de for this matter and I think you 
may as well close this bug if you don't experience the bug you initially 
reported anymore.

-- 
Akregator shows wrong time for atom-feeds after 12:59am
https://bugs.launchpad.net/bugs/200625
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to