diff options
author | nijtmans <nijtmans> | 2008-12-12 17:46:13 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-12-12 17:46:13 (GMT) |
commit | 778670ee1455a5d8b9c36870bfe60de35afcca50 (patch) | |
tree | 9e3cd1403f992d7ea84764c3fe773a008848bd82 /ChangeLog | |
parent | 55bf3ca3e9a9391085b86903de99f529ca28142e (diff) | |
download | tcl-778670ee1455a5d8b9c36870bfe60de35afcca50.zip tcl-778670ee1455a5d8b9c36870bfe60de35afcca50.tar.gz tcl-778670ee1455a5d8b9c36870bfe60de35afcca50.tar.bz2 |
Fix time change in Eastern Europe (not 3:00 but 4:00 local time)
[Bug 2207436]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2008-12-12 Jan Nijtmans <nijtmans@users.sf.net> + + * library/clock.tcl (ProcessPosixTimeZone): Fix time change + in Eastern Europe (not 3:00 but 4:00 local time) [Bug 2207436] + 2008-12-11 Andreas Kupries <andreask@activestate.com> * generic/tclIO.c (SetChannelFromAny and related): Modified the @@ -12,7 +17,7 @@ * library/clock.tcl (ProcessPosixTimeZone): Fallback to European time zone DST rules, when the timezone is between 0 and -12 [Bug 2207436]. - * tests/clock.test (clock-64.[12]): Test cases for [Bug 2207436] + * tests/clock.test (clock-52.[23]): Test cases for [Bug 2207436] 2008-12-10 Kevin B. Kenny <kennykb@acm.org> |