diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-08-12 23:55:28 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-08-12 23:55:28 (GMT) |
commit | 7280fa4dc46b70421656b113813334d972e01a16 (patch) | |
tree | bdfab0ac281a64d91630de66c881967982d44143 /ChangeLog | |
parent | fd92e0a3792e30101410a91d8410e0e695bdc4e1 (diff) | |
download | tcl-7280fa4dc46b70421656b113813334d972e01a16.zip tcl-7280fa4dc46b70421656b113813334d972e01a16.tar.gz tcl-7280fa4dc46b70421656b113813334d972e01a16.tar.bz2 |
bug 1257830
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2004-08-12 Kevin Kenny <kennykb@acm.org> + + * generic/tclClock.c (MktimeObjCmd): + * library/clock.tcl (GetSystemTimeZone, LoadZoneinfoFile, + ReadZoneinfoFile): + * tests/clock.test (clock-50.1): + Added functionality to read /etc/localtime if it exists, so that + Tcl's time can track system time on Linux even if TZ is not set. + Changed ::tcl::clock::Mktime to check for failure, and added a + test case that mimics failure but is really success. + 2004-08-11 Kevin Kenny <kennykb@acm.org> * generic/tclEvent.c: Eliminated the USE_THREAD_STORAGE |