summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2008-12-12 17:42:52 (GMT)
committernijtmans <nijtmans>2008-12-12 17:42:52 (GMT)
commit5e59751a50b0e27533ef93600fe6c7e84d6e25bf (patch)
tree7fef5dd4f4fe6f6cf70cb3d9c6d6ac2a1dff7dde /ChangeLog
parent6dfd3f4dec3ab26eb1ed5f12080e1c803946ea32 (diff)
downloadtcl-5e59751a50b0e27533ef93600fe6c7e84d6e25bf.zip
tcl-5e59751a50b0e27533ef93600fe6c7e84d6e25bf.tar.gz
tcl-5e59751a50b0e27533ef93600fe6c7e84d6e25bf.tar.bz2
Document new DST fallback rules.
Fix time change in Eastern Europe (not 3:00 but 4:00 local time) [Bug 2207436]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 51f4989..796d294 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-12 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * doc/clock.n: Document new DST fallback rules.
+ * library/clock.tcl (ProcessPosixTimeZone): Fix time change
+ in Eastern Europe (not 3:00 but 4:00 local time) [Bug 2207436]
+
2008-12-12 Donal K. Fellows <dkf@users.sf.net>
* generic/tclZlib.c, unix/configure.in: Added stubs to use when the
@@ -62,7 +68,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-11 Donal K. Fellows <dkf@users.sf.net>