diff options
author | Kevin B Kenny <kennykb@acm.org> | 2011-03-14 21:32:26 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2011-03-14 21:32:26 (GMT) |
commit | 8de1e1fbccf76d8a4a83722faaac940f23cd299c (patch) | |
tree | 0ad50bf10d44feb58fd93d467470a2542274812f /library/tzdata/America/Juneau | |
parent | d3cdcae534ac36ff105d99cab68e7c6328bd63f2 (diff) | |
download | tcl-8de1e1fbccf76d8a4a83722faaac940f23cd299c.zip tcl-8de1e1fbccf76d8a4a83722faaac940f23cd299c.tar.gz tcl-8de1e1fbccf76d8a4a83722faaac940f23cd299c.tar.bz2 |
Import Olson's tzdata2011d and fix a tclZIC.tcl bug that made the import fail.
* tools/tclZIC.tcl (onDayOfMonth): Allow for leading zeroes
in month and day so that tzdata2011d parses correctly.
* library/tzdata/America/Havana:
* library/tzdata/America/Juneau:
* library/tzdata/America/Santiago:
* library/tzdata/Europe/Istanbul:
* library/tzdata/Pacific/Apia:
* library/tzdata/Pacific/Easter:
* library/tzdata/Pacific/Honolulu: tzdata2011d
Diffstat (limited to 'library/tzdata/America/Juneau')
-rw-r--r-- | library/tzdata/America/Juneau | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/library/tzdata/America/Juneau b/library/tzdata/America/Juneau index 88fe0ce..fead810 100644 --- a/library/tzdata/America/Juneau +++ b/library/tzdata/America/Juneau @@ -32,8 +32,9 @@ set TZData(:America/Juneau) { {278499600 -28800 0 PST} {294228000 -25200 1 PDT} {309949200 -28800 0 PST} - {325677600 -25200 1 PDT} - {341398800 -28800 0 PST} + {325677600 -32400 0 YST} + {325681200 -28800 1 YDT} + {341406000 -28800 0 PST} {357127200 -25200 1 PDT} {372848400 -28800 0 PST} {388576800 -25200 1 PDT} |