summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2008-12-11 14:01:59 (GMT)
committernijtmans <nijtmans>2008-12-11 14:01:59 (GMT)
commit07779703b451dce687221a6608d0bef01e3afde0 (patch)
treec39135221c14bcfff0a9ee97f413753bfe0fd15e /ChangeLog
parentb008803bf2feb7fa0c43d9890e57d94007b5f304 (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd16b6e..dd1c8e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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