Locale dependent parse for YWeather rss

Description

Modules project, yahoo weather client.
When trying to parse rss response the library uses the default locale to build
SimpleDateFormat to parse the date coming in the response. So, if my default
locale is not en-us, I get ParseExceptions for many items in the feed. And it
feels tricky to make SimpleDateFormat instance static field cause date formats
are not synchronized.

Becides, they report info about wind in the following way:
<yweather:wind chill="-8" direction="290" speed="20.92" />
But the library tryes to parse speed as integer and fails.

Environment

None

Activity

Show:

Martin Kurz October 8, 2013 at 7:49 PM

We recently moved to GitHub. The issue is now located here: https://github.com/rometools/rome-modules/issues/22

Martin Kurz October 8, 2013 at 7:46 PM

We recently moved to GitHub. The issue is now located here: https://github.com/rometools/rome-modules/issues/22

UNRESOLVED

Details

Assignee

Reporter

Fix versions

Affects versions

Priority

Created December 10, 2010 at 1:22 PM
Updated October 8, 2013 at 7:49 PM
Resolved December 10, 2010 at 1:22 PM