summaryrefslogtreecommitdiffstats
path: root/library/tzdata/America/Coral_Harbour
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2006-08-24 21:47:48 (GMT)
committerKevin B Kenny <kennykb@acm.org>2006-08-24 21:47:48 (GMT)
commitccfa5605f3ee0ddba99ef360e7c3bc5414558987 (patch)
tree1fa1aa47a165a4a871bedcbf07fba017d3bcf4d7 /library/tzdata/America/Coral_Harbour
parent19fcbcae90c81e4b77399f68d9f7e7ba0df28df3 (diff)
downloadtcl-ccfa5605f3ee0ddba99ef360e7c3bc5414558987.zip
tcl-ccfa5605f3ee0ddba99ef360e7c3bc5414558987.tar.gz
tcl-ccfa5605f3ee0ddba99ef360e7c3bc5414558987.tar.bz2
* library/tzdata: Regenerated, including several new files,
from Olson's tzdata2006j. * library/clock.tcl: * tests/clock.test: Removed an early testing hack that allowed loading 'registry' from the build tree rather than an installed one. This is a workaround for [Bug 15232730], which remains open because it's a symptom of a deeper underlying problem.
Diffstat (limited to 'library/tzdata/America/Coral_Harbour')
-rw-r--r--library/tzdata/America/Coral_Harbour15
1 files changed, 3 insertions, 12 deletions
diff --git a/library/tzdata/America/Coral_Harbour b/library/tzdata/America/Coral_Harbour
index f5689fe..78b2b12 100644
--- a/library/tzdata/America/Coral_Harbour
+++ b/library/tzdata/America/Coral_Harbour
@@ -1,14 +1,5 @@
# created by ../tools/tclZIC.tcl - do not edit
-
-set TZData(:America/Coral_Harbour) {
- {-9223372036854775808 -19960 0 LMT}
- {-2713890440 -18000 0 EST}
- {-1632070800 -14400 1 EDT}
- {-1615140000 -18000 0 EST}
- {-1596992400 -14400 1 EDT}
- {-1583179200 -18000 0 EST}
- {-880218000 -14400 1 EWT}
- {-769395600 -14400 1 EPT}
- {-765396000 -18000 0 EST}
- {-757364400 -18000 0 EST}
+if {![info exists TZData(America/Atikokan)]} {
+ LoadTimeZoneFile America/Atikokan
}
+set TZData(:America/Coral_Harbour) $TZData(:America/Atikokan)