Opened 8 years ago
Closed 5 years ago
#16714 closed defect (patchwelcome)
Update Olson time zone info tables
Reported by: | naveen24788 | Owned by: | Adam Peller |
---|---|---|---|
Priority: | undecided | Milestone: | 1.13 |
Component: | Dojox | Version: | 1.8.3 |
Keywords: | Cc: | cjolif, Douglas Hays | |
Blocked By: | Blocking: |
Description
Issue: ZoneInfo? file for South America in dojox/date/zoneinfo folder is outdated.
For example, America/Argentina?/Buenos_Aires still shows daylight savings time in 2013, but Argentina has stopped using daylight savings since 2009.
The latest tz database files can be found in http://www.iana.org/time-zones/repository/releases/tzdata2012j.tar.gz.
Replacing the current outdated dojo zone info files with the latest tz database files will fix this issue.
Thanks, Naveen Kumar
Attachments (1)
Change History (6)
Changed 8 years ago by
Attachment: | tzdata2012j.tar.gz added |
---|
comment:1 Changed 8 years ago by
Summary: | Time Zone issues in dojo → Update Olson time zone info tables |
---|
comment:2 Changed 8 years ago by
Cc: | cjolif added |
---|
comment:3 Changed 8 years ago by
Unfortunately, the test suite for this module has been failing for a long time (which may reflect problems with the tests themselves and not actual problems with the code) Need to get all the tests working again as part of this task.
comment:4 Changed 8 years ago by
Cc: | Douglas Hays added |
---|
doughays has made some progress on the test failures. Only one is failing: #16887
comment:5 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
Given that no one has shown interest in creating a patch in the past 2+ years, I'm closing this as patchwelcome.
I have attached the tzdata2012j.tar.gz file here.