diff options
author | nijtmans <nijtmans> | 2008-12-11 14:01:59 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-12-11 14:01:59 (GMT) |
commit | 07779703b451dce687221a6608d0bef01e3afde0 (patch) | |
tree | c39135221c14bcfff0a9ee97f413753bfe0fd15e /ChangeLog | |
parent | b008803bf2feb7fa0c43d9890e57d94007b5f304 (diff) | |
download | tcl-07779703b451dce687221a6608d0bef01e3afde0.zip tcl-07779703b451dce687221a6608d0bef01e3afde0.tar.gz tcl-07779703b451dce687221a6608d0bef01e3afde0.tar.bz2 |
Fallback to European time zone DST rules, when the timezone is
between 0 and -12 [Bug 2207436].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-12-11 Jan Nijtmans <nijtmans@users.sf.net> + + * 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] + 2008-12-11 Donal K. Fellows <dkf@users.sf.net> TIP #234 IMPLEMENTATION |