summaryrefslogtreecommitdiffstats
path: root/library/tzdata/Canada
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-09-07 17:38:55 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-09-07 17:38:55 (GMT)
commite8e954f6105c001bef0d51e5746b3802e306a43c (patch)
tree1f689fb60e26061c50d8ead40202c15fc42bdc48 /library/tzdata/Canada
parentc82232c5071d315f5a14e7828abdb48da9d6463e (diff)
downloadtcl-e8e954f6105c001bef0d51e5746b3802e306a43c.zip
tcl-e8e954f6105c001bef0d51e5746b3802e306a43c.tar.gz
tcl-e8e954f6105c001bef0d51e5746b3802e306a43c.tar.bz2
* generic/tclTimer.c: Removed a premature optimisation that
attempted to store the assoc data in the client data; the optimisation caused a bug that [after] would overwrite its imports. [Bug 1016167] * library/clock.tcl (InitTZData, ClearCaches): Changed so that the in-memory time zone :UTC (and its aliases) always gets reinitialised, in case tzdata is absent. [Bug 1019537, 1023779] * library/tzdata/*: Regenerated. * tests/clock.test (clock-31.*, clock-39.1): Corrected a problem where the 'system' locale tests fail on a non-English Windows machine. [Bug 1023761]. Added a test to make sure that alias time zones load correctly. [Bug 1023779]. * tools/tclZIC.tcl (writeLinks): Corrected a problem where alias time zone names were written incorrectly, causing them to fail to load at run time. [Bug 1023779]. * win/tclWinTime.c (Tcl_GetTime): Eliminated CPUID tests on Win64 - assuming that HAL vendors now do a better job of keeping the performance counters synchronized among CPU's. [Bug 1020445]
Diffstat (limited to 'library/tzdata/Canada')
-rw-r--r--library/tzdata/Canada/Atlantic4
-rw-r--r--library/tzdata/Canada/Central4
-rw-r--r--library/tzdata/Canada/East-Saskatchewan4
-rw-r--r--library/tzdata/Canada/Eastern4
-rw-r--r--library/tzdata/Canada/Mountain4
-rw-r--r--library/tzdata/Canada/Newfoundland4
-rw-r--r--library/tzdata/Canada/Pacific4
-rw-r--r--library/tzdata/Canada/Saskatchewan4
-rw-r--r--library/tzdata/Canada/Yukon4
9 files changed, 18 insertions, 18 deletions
diff --git a/library/tzdata/Canada/Atlantic b/library/tzdata/Canada/Atlantic
index f117d29..62f7758 100644
--- a/library/tzdata/Canada/Atlantic
+++ b/library/tzdata/Canada/Atlantic
@@ -1,5 +1,5 @@
# created by ../tools/tclZIC.tcl - do not edit
if {![info exists TZData(America/Halifax)]} {
- loadTimeZoneFile America/Halifax
+ LoadTimeZoneFile America/Halifax
}
-set tzdata(:Canada/Atlantic) $TZData(:America/Halifax)
+set TZData(:Canada/Atlantic) $TZData(:America/Halifax)
diff --git a/library/tzdata/Canada/Central b/library/tzdata/Canada/Central
index d3bb162..50cdc1e 100644
--- a/library/tzdata/Canada/Central
+++ b/library/tzdata/Canada/Central
@@ -1,5 +1,5 @@
# created by ../tools/tclZIC.tcl - do not edit
if {![info exists TZData(America/Winnipeg)]} {
- loadTimeZoneFile America/Winnipeg
+ LoadTimeZoneFile America/Winnipeg
}
-set tzdata(:Canada/Central) $TZData(:America/Winnipeg)
+set TZData(:Canada/Central) $TZData(:America/Winnipeg)
diff --git a/library/tzdata/Canada/East-Saskatchewan b/library/tzdata/Canada/East-Saskatchewan
index 4fd4e24..06bab20 100644
--- a/library/tzdata/Canada/East-Saskatchewan
+++ b/library/tzdata/Canada/East-Saskatchewan
@@ -1,5 +1,5 @@
# created by ../tools/tclZIC.tcl - do not edit
if {![info exists TZData(America/Regina)]} {
- loadTimeZoneFile America/Regina
+ LoadTimeZoneFile America/Regina
}
-set tzdata(:Canada/East-Saskatchewan) $TZData(:America/Regina)
+set TZData(:Canada/East-Saskatchewan) $TZData(:America/Regina)
diff --git a/library/tzdata/Canada/Eastern b/library/tzdata/Canada/Eastern
index e660a78..5dfa611 100644
--- a/library/tzdata/Canada/Eastern
+++ b/library/tzdata/Canada/Eastern
@@ -1,5 +1,5 @@
# created by ../tools/tclZIC.tcl - do not edit
if {![info exists TZData(America/Toronto)]} {
- loadTimeZoneFile America/Toronto
+ LoadTimeZoneFile America/Toronto
}
-set tzdata(:Canada/Eastern) $TZData(:America/Toronto)
+set TZData(:Canada/Eastern) $TZData(:America/Toronto)
diff --git a/library/tzdata/Canada/Mountain b/library/tzdata/Canada/Mountain
index 69a6ab4..68e1961 100644
--- a/library/tzdata/Canada/Mountain
+++ b/library/tzdata/Canada/Mountain
@@ -1,5 +1,5 @@
# created by ../tools/tclZIC.tcl - do not edit
if {![info exists TZData(America/Edmonton)]} {
- loadTimeZoneFile America/Edmonton
+ LoadTimeZoneFile America/Edmonton
}
-set tzdata(:Canada/Mountain) $TZData(:America/Edmonton)
+set TZData(:Canada/Mountain) $TZData(:America/Edmonton)
diff --git a/library/tzdata/Canada/Newfoundland b/library/tzdata/Canada/Newfoundland
index 9f8b9fd..99395f2 100644
--- a/library/tzdata/Canada/Newfoundland
+++ b/library/tzdata/Canada/Newfoundland
@@ -1,5 +1,5 @@
# created by ../tools/tclZIC.tcl - do not edit
if {![info exists TZData(America/St_Johns)]} {
- loadTimeZoneFile America/St_Johns
+ LoadTimeZoneFile America/St_Johns
}
-set tzdata(:Canada/Newfoundland) $TZData(:America/St_Johns)
+set TZData(:Canada/Newfoundland) $TZData(:America/St_Johns)
diff --git a/library/tzdata/Canada/Pacific b/library/tzdata/Canada/Pacific
index 3e09ebe..1677dc0 100644
--- a/library/tzdata/Canada/Pacific
+++ b/library/tzdata/Canada/Pacific
@@ -1,5 +1,5 @@
# created by ../tools/tclZIC.tcl - do not edit
if {![info exists TZData(America/Vancouver)]} {
- loadTimeZoneFile America/Vancouver
+ LoadTimeZoneFile America/Vancouver
}
-set tzdata(:Canada/Pacific) $TZData(:America/Vancouver)
+set TZData(:Canada/Pacific) $TZData(:America/Vancouver)
diff --git a/library/tzdata/Canada/Saskatchewan b/library/tzdata/Canada/Saskatchewan
index eb3ac84..20b82de 100644
--- a/library/tzdata/Canada/Saskatchewan
+++ b/library/tzdata/Canada/Saskatchewan
@@ -1,5 +1,5 @@
# created by ../tools/tclZIC.tcl - do not edit
if {![info exists TZData(America/Regina)]} {
- loadTimeZoneFile America/Regina
+ LoadTimeZoneFile America/Regina
}
-set tzdata(:Canada/Saskatchewan) $TZData(:America/Regina)
+set TZData(:Canada/Saskatchewan) $TZData(:America/Regina)
diff --git a/library/tzdata/Canada/Yukon b/library/tzdata/Canada/Yukon
index 2a93090..d806367 100644
--- a/library/tzdata/Canada/Yukon
+++ b/library/tzdata/Canada/Yukon
@@ -1,5 +1,5 @@
# created by ../tools/tclZIC.tcl - do not edit
if {![info exists TZData(America/Whitehorse)]} {
- loadTimeZoneFile America/Whitehorse
+ LoadTimeZoneFile America/Whitehorse
}
-set tzdata(:Canada/Yukon) $TZData(:America/Whitehorse)
+set TZData(:Canada/Yukon) $TZData(:America/Whitehorse)