road0001 / as3syndicationlib

Automatically exported from code.google.com/p/as3syndicationlib
0 stars 0 forks source link

incorrect PubDate for RSS 2.0 #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. take any RSS feed with item having summer time
2. parse them
3. result of incorrect pubdate

What is the expected output? What do you see instead?
an example
rss : <pubDate>Fri, 10 Apr 2009 09:53:41 +0200</pubDate>

parse result  : 10 march 2008 08:53:41

What version of the product are you using? On what operating system?
Air 1.5.1 (flex builder with sdk 3.3 on a mac similar result on PC)

Please provide any additional information below.
a feed which is affected http://www.pcinpact.com/include/news.xml (for example) 
notice that date are correct with regular feed reader

Original issue reported on code.google.com by dujardin...@gmail.com on 10 Apr 2009 at 8:50

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Sorry it's not a bug the problem cam from the using of a custom Locale fr_FR 
witch causes issues with the getShortMonthName issuing incorrect value for 
Month.
So it's not a bug but maybe a localisation feature could be usefull.
Thx to all the people who read this post.

Original comment by dujardin...@gmail.com on 10 Apr 2009 at 9:35