diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -4,8 +4,15 @@ [Bug 1024058] * generic/tclClock.c (TclClockMktimeObjCmd): Fixed a bug where the month was scanned incorrectly in -timezone :localtime. - * tests/clock.test (clock-40.1): Added regression test case for - the bug where month was scanned incorrectly in -timezone :localtime. + * tests/clock.test (clock-34.*,clock-40.1): Adjusted the + clock-34.* test cases so that the consistency check is performed + in :localtime rather than the current time zone. This change + allows dealing with issues where the C library has a different + idea of DST conversion than Tcl. (Real fix would be to break + TclGetDate into separate parser and time converter, and do + the time conversion in clock.tcl. That's for another day.) + Added regression test case for the bug where month was scanned + incorrectly in -timezone :localtime. 2004-09-07 David Gravereaux <davygrvy@pobox.com> |