UNRESOLVED
Details
Assignee
ROME Jira LeadROME Jira LeadReporter
deleted_userdeleted_userFix versions
Affects versions
Priority
Major
Details
Details
Assignee
ROME Jira Lead
ROME Jira LeadReporter
deleted_user
deleted_userFix 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
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.