diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-11-28 15:37:19 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-11-28 15:37:19 (GMT) |
commit | 1f2642848c07487ab88ff382fe7a9a1031a98c29 (patch) | |
tree | d6022ea309394ccd81b7c8f5b8faac421007551a /ChangeLog | |
parent | 5faf0edf573054b2d6a99deecf9dd30baae3282d (diff) | |
download | tcl-1f2642848c07487ab88ff382fe7a9a1031a98c29.zip tcl-1f2642848c07487ab88ff382fe7a9a1031a98c29.tar.gz tcl-1f2642848c07487ab88ff382fe7a9a1031a98c29.tar.bz2 |
Corrected bug in DST transition times for locales that specify transition in local Standard Time
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2005-11-28 Kevin Kenny <kennykb@acm.org> + + * tools/tclZIC.tcl (convertTimeOfDay): Corrected a typo that + caused wrong DST transitions in any time zone where the transition + is specified as local Standard Time (as opposed to wall-clock or + UTC). + * tests/clock.test (clock-51.1): Added regression test for the + above. + * library/tzdata: Regenerated. + Thanks to Paul Mackerras for reporting this problem. + 2005-11-27 Daniel Steffen <das@users.sourceforge.net> * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), |