summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-11-28 15:37:19 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-11-28 15:37:19 (GMT)
commit1f2642848c07487ab88ff382fe7a9a1031a98c29 (patch)
treed6022ea309394ccd81b7c8f5b8faac421007551a /ChangeLog
parent5faf0edf573054b2d6a99deecf9dd30baae3282d (diff)
downloadtcl-1f2642848c07487ab88ff382fe7a9a1031a98c29.zip
tcl-1f2642848c07487ab88ff382fe7a9a1031a98c29.tar.gz
tcl-1f2642848c07487ab88ff382fe7a9a1031a98c29.tar.bz2
Corrected bug in DST transition times for locales that specify transition in local Standard Time
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb55aab..9b93826 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-11-28 Kevin Kenny <kennykb@acm.org>
+
+ * tools/tclZIC.tcl (convertTimeOfDay): Corrected a typo that
+ caused wrong DST transitions in any time zone where the transition
+ is specified as local Standard Time (as opposed to wall-clock or
+ UTC).
+ * tests/clock.test (clock-51.1): Added regression test for the
+ above.
+ * library/tzdata: Regenerated.
+ Thanks to Paul Mackerras for reporting this problem.
+
2005-11-27 Daniel Steffen <das@users.sourceforge.net>
* unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),