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)
commitda6099c4aee8ad8a537e6dc5354e8bbe32913dac (patch)
treebb5a3063c8a46877d555ead210b5cbd650b4a0f7 /ChangeLog
parent918a89f9a97e677296ce27561f83105823452747 (diff)
downloadtcl-da6099c4aee8ad8a537e6dc5354e8bbe32913dac.zip
tcl-da6099c4aee8ad8a537e6dc5354e8bbe32913dac.tar.gz
tcl-da6099c4aee8ad8a537e6dc5354e8bbe32913dac.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