summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormax <max@tclers.tk>2011-10-18 13:08:55 (GMT)
committermax <max@tclers.tk>2011-10-18 13:08:55 (GMT)
commitab5335a4c951b478bbedd4f5561b8a314da5b074 (patch)
treec0623b24025764f3cd3a377e5e33de81d5ccf90b /ChangeLog
parent17f82d2daf4b9ae646c39c2922e7d73a7671ed05 (diff)
downloadtcl-ab5335a4c951b478bbedd4f5561b8a314da5b074.zip
tcl-ab5335a4c951b478bbedd4f5561b8a314da5b074.tar.gz
tcl-ab5335a4c951b478bbedd4f5561b8a314da5b074.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 d219048..5cf8570 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