summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormax <max@tclers.tk>2011-10-18 13:03:42 (GMT)
committermax <max@tclers.tk>2011-10-18 13:03:42 (GMT)
commit47b4d47e6ae7022e12935ae3a44b20f2faa26265 (patch)
treebb5a3063c8a46877d555ead210b5cbd650b4a0f7 /ChangeLog
parentbca0615a494ac0a1746420810731b2a8b70c475e (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6cc8e66..50c81b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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