diff options
author | max <max@tclers.tk> | 2011-10-18 13:03:42 (GMT) |
---|---|---|
committer | max <max@tclers.tk> | 2011-10-18 13:03:42 (GMT) |
commit | 47b4d47e6ae7022e12935ae3a44b20f2faa26265 (patch) | |
tree | bb5a3063c8a46877d555ead210b5cbd650b4a0f7 /ChangeLog | |
parent | bca0615a494ac0a1746420810731b2a8b70c475e (diff) | |
download | tcl-47b4d47e6ae7022e12935ae3a44b20f2faa26265.zip tcl-47b4d47e6ae7022e12935ae3a44b20f2faa26265.tar.gz tcl-47b4d47e6ae7022e12935ae3a44b20f2faa26265.tar.bz2 |
Don't cache the system timezone when it was derived from TCL_TZ or TZ.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2011-10-18 Reinhard Max <max@suse.de> + + * library/clock.tcl (::tcl::clock::GetSystemTimeZone): Cache the + time zone only if it was detected by one of the expensive + methods. Otherwise after unsetting TCL_TZ or TZ the previous value + will still be used. + 2011-10-15 Venkat Iyer <venkat@comit.com> * library/tzdata/America/Sitka : Update to Olson's tzdata2011l * library/tzdata/Pacific/Fiji |