diff options
author | Kevin B Kenny <kennykb@acm.org> | 2009-10-24 22:20:10 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2009-10-24 22:20:10 (GMT) |
commit | 2a552ac984e719a90dd9e9b554e2c3eb929359f9 (patch) | |
tree | 340993a36dece16bb8d921d53a05d18d6a94b9d8 /ChangeLog | |
parent | 4c918aeb8891267ba470fbb2734bc5f0f711df00 (diff) | |
download | tcl-2a552ac984e719a90dd9e9b554e2c3eb929359f9.zip tcl-2a552ac984e719a90dd9e9b554e2c3eb929359f9.tar.gz tcl-2a552ac984e719a90dd9e9b554e2c3eb929359f9.tar.bz2 |
* library/clock.tcl (ProcessPosixTimeZone):
Corrected a regression in the fix to [Bug 2207436] that caused
[clock] to apply EU daylight saving time rules in the US.
Thanks to Karl Lehenbauer for reporting this regression.
* tests/clock.test (clock-52.4):
Added a regression test for the above bug.
* library/tzdata/Asia/Dhaka:
* library/tzdata/Asia/Karachi:
New DST rules for Bangladesh and Pakistan. (Olson's tzdata2009o.)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2009-10-24 Kevin B. Kenny <kennykb@acm.org> + + * library/clock.tcl (ProcessPosixTimeZone): + Corrected a regression in the fix to [Bug 2207436] that caused + [clock] to apply EU daylight saving time rules in the US. + Thanks to Karl Lehenbauer for reporting this regression. + * tests/clock.test (clock-52.4): + Added a regression test for the above bug. + * library/tzdata/Asia/Dhaka: + * library/tzdata/Asia/Karachi: + New DST rules for Bangladesh and Pakistan. (Olson's tzdata2009o.) + 2009-10-23 Andreas Kupries <andreask@activestate.com> * generic/tclIO.c (FlushChannel): Skip OutputProc for low-level |