diff options
author | Kevin B Kenny <kennykb@acm.org> | 2006-04-19 16:43:01 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2006-04-19 16:43:01 (GMT) |
commit | 80ac93388a6784f4d5c7251041dc6eabbc5f8061 (patch) | |
tree | 131734432ff738e20e51a950384a05da75b03e48 /ChangeLog | |
parent | a4224d88345b6c501df8eb8fa26f5c7b8711c3f8 (diff) | |
download | tcl-80ac93388a6784f4d5c7251041dc6eabbc5f8061.zip tcl-80ac93388a6784f4d5c7251041dc6eabbc5f8061.tar.gz tcl-80ac93388a6784f4d5c7251041dc6eabbc5f8061.tar.bz2 |
fix for Martin Lemburg's DST conversion bug.
http://groups.google.com/group/comp.lang.tcl/browse_thread/thread/9a8b15a4dfc0b7a0
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-04-19 Kevin B. Kenny <kennykb@acm.org> + + * library/clock.tcl: Fixed a bug with Daylight Saving Time and + Posix time zone specifiers reported by Martin Lemburg in + http://groups.google.com/group/comp.lang.tcl/browse_thread/thread/9a8b15a4dfc0b7a0 + (and not at SourceForge). + * tests/clock.test: Added test case for the above bug. + 2006-04-18 Donal K. Fellows <dkf@users.sf.net> * doc/IntObj.3: Minor review fixes, including better documentation of |