summaryrefslogtreecommitdiffstats
path: root/tcl8.6/library/tzdata/Etc
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-12-21 22:56:22 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-12-21 22:56:22 (GMT)
commitd1a6de55efc90f190dee42ab8c4fa9070834e77d (patch)
treeec633f5608ef498bee52a5f42c12c49493ec8bf8 /tcl8.6/library/tzdata/Etc
parent5514e37335c012cc70f5b9aee3cedfe3d57f583f (diff)
parent98acd3f494b28ddd8c345a2bb9311e41e2d56ddd (diff)
downloadblt-d1a6de55efc90f190dee42ab8c4fa9070834e77d.zip
blt-d1a6de55efc90f190dee42ab8c4fa9070834e77d.tar.gz
blt-d1a6de55efc90f190dee42ab8c4fa9070834e77d.tar.bz2
Merge commit '98acd3f494b28ddd8c345a2bb9311e41e2d56ddd' as 'tcl8.6'
Diffstat (limited to 'tcl8.6/library/tzdata/Etc')
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT5
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT+05
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT+15
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT+105
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT+115
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT+125
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT+25
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT+35
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT+45
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT+55
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT+65
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT+75
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT+85
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT+95
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT-05
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT-15
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT-105
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT-115
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT-125
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT-135
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT-145
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT-25
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT-35
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT-45
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT-55
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT-65
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT-75
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT-85
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT-95
-rw-r--r--tcl8.6/library/tzdata/Etc/GMT05
-rw-r--r--tcl8.6/library/tzdata/Etc/Greenwich5
-rw-r--r--tcl8.6/library/tzdata/Etc/UCT5
-rw-r--r--tcl8.6/library/tzdata/Etc/UTC5
-rw-r--r--tcl8.6/library/tzdata/Etc/Universal5
-rw-r--r--tcl8.6/library/tzdata/Etc/Zulu5
35 files changed, 175 insertions, 0 deletions
diff --git a/tcl8.6/library/tzdata/Etc/GMT b/tcl8.6/library/tzdata/Etc/GMT
new file mode 100644
index 0000000..7454fd5
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/GMT) {
+ {-9223372036854775808 0 0 GMT}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT+0 b/tcl8.6/library/tzdata/Etc/GMT+0
new file mode 100644
index 0000000..017dee1
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT+0
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+if {![info exists TZData(Etc/GMT)]} {
+ LoadTimeZoneFile Etc/GMT
+}
+set TZData(:Etc/GMT+0) $TZData(:Etc/GMT)
diff --git a/tcl8.6/library/tzdata/Etc/GMT+1 b/tcl8.6/library/tzdata/Etc/GMT+1
new file mode 100644
index 0000000..12f97ba
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT+1
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/GMT+1) {
+ {-9223372036854775808 -3600 0 GMT+1}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT+10 b/tcl8.6/library/tzdata/Etc/GMT+10
new file mode 100644
index 0000000..6ea50bb
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT+10
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/GMT+10) {
+ {-9223372036854775808 -36000 0 GMT+10}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT+11 b/tcl8.6/library/tzdata/Etc/GMT+11
new file mode 100644
index 0000000..c91b169
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT+11
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/GMT+11) {
+ {-9223372036854775808 -39600 0 GMT+11}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT+12 b/tcl8.6/library/tzdata/Etc/GMT+12
new file mode 100644
index 0000000..29a4cee
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT+12
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/GMT+12) {
+ {-9223372036854775808 -43200 0 GMT+12}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT+2 b/tcl8.6/library/tzdata/Etc/GMT+2
new file mode 100644
index 0000000..8c6b526
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT+2
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/GMT+2) {
+ {-9223372036854775808 -7200 0 GMT+2}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT+3 b/tcl8.6/library/tzdata/Etc/GMT+3
new file mode 100644
index 0000000..862571d
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT+3
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/GMT+3) {
+ {-9223372036854775808 -10800 0 GMT+3}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT+4 b/tcl8.6/library/tzdata/Etc/GMT+4
new file mode 100644
index 0000000..a933bbc
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT+4
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/GMT+4) {
+ {-9223372036854775808 -14400 0 GMT+4}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT+5 b/tcl8.6/library/tzdata/Etc/GMT+5
new file mode 100644
index 0000000..80cc25c
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT+5
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/GMT+5) {
+ {-9223372036854775808 -18000 0 GMT+5}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT+6 b/tcl8.6/library/tzdata/Etc/GMT+6
new file mode 100644
index 0000000..bc57bd6
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT+6
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/GMT+6) {
+ {-9223372036854775808 -21600 0 GMT+6}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT+7 b/tcl8.6/library/tzdata/Etc/GMT+7
new file mode 100644
index 0000000..d419eb9
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT+7
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/GMT+7) {
+ {-9223372036854775808 -25200 0 GMT+7}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT+8 b/tcl8.6/library/tzdata/Etc/GMT+8
new file mode 100644
index 0000000..705ad40
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT+8
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/GMT+8) {
+ {-9223372036854775808 -28800 0 GMT+8}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT+9 b/tcl8.6/library/tzdata/Etc/GMT+9
new file mode 100644
index 0000000..4086639
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT+9
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/GMT+9) {
+ {-9223372036854775808 -32400 0 GMT+9}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT-0 b/tcl8.6/library/tzdata/Etc/GMT-0
new file mode 100644
index 0000000..d8913d5
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT-0
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+if {![info exists TZData(Etc/GMT)]} {
+ LoadTimeZoneFile Etc/GMT
+}
+set TZData(:Etc/GMT-0) $TZData(:Etc/GMT)
diff --git a/tcl8.6/library/tzdata/Etc/GMT-1 b/tcl8.6/library/tzdata/Etc/GMT-1
new file mode 100644
index 0000000..a44dd1f
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT-1
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/GMT-1) {
+ {-9223372036854775808 3600 0 GMT-1}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT-10 b/tcl8.6/library/tzdata/Etc/GMT-10
new file mode 100644
index 0000000..1c50d01
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT-10
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/GMT-10) {
+ {-9223372036854775808 36000 0 GMT-10}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT-11 b/tcl8.6/library/tzdata/Etc/GMT-11
new file mode 100644
index 0000000..d07710f
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT-11
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/GMT-11) {
+ {-9223372036854775808 39600 0 GMT-11}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT-12 b/tcl8.6/library/tzdata/Etc/GMT-12
new file mode 100644
index 0000000..a23b98d
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT-12
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/GMT-12) {
+ {-9223372036854775808 43200 0 GMT-12}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT-13 b/tcl8.6/library/tzdata/Etc/GMT-13
new file mode 100644
index 0000000..1a6700a
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT-13
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/GMT-13) {
+ {-9223372036854775808 46800 0 GMT-13}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT-14 b/tcl8.6/library/tzdata/Etc/GMT-14
new file mode 100644
index 0000000..3707e21
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT-14
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/GMT-14) {
+ {-9223372036854775808 50400 0 GMT-14}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT-2 b/tcl8.6/library/tzdata/Etc/GMT-2
new file mode 100644
index 0000000..f9dea16
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT-2
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/GMT-2) {
+ {-9223372036854775808 7200 0 GMT-2}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT-3 b/tcl8.6/library/tzdata/Etc/GMT-3
new file mode 100644
index 0000000..99145b8
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT-3
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/GMT-3) {
+ {-9223372036854775808 10800 0 GMT-3}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT-4 b/tcl8.6/library/tzdata/Etc/GMT-4
new file mode 100644
index 0000000..27b4fec
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT-4
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/GMT-4) {
+ {-9223372036854775808 14400 0 GMT-4}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT-5 b/tcl8.6/library/tzdata/Etc/GMT-5
new file mode 100644
index 0000000..dbe3df7
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT-5
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/GMT-5) {
+ {-9223372036854775808 18000 0 GMT-5}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT-6 b/tcl8.6/library/tzdata/Etc/GMT-6
new file mode 100644
index 0000000..414dbfa
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT-6
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/GMT-6) {
+ {-9223372036854775808 21600 0 GMT-6}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT-7 b/tcl8.6/library/tzdata/Etc/GMT-7
new file mode 100644
index 0000000..2bd59db
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT-7
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/GMT-7) {
+ {-9223372036854775808 25200 0 GMT-7}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT-8 b/tcl8.6/library/tzdata/Etc/GMT-8
new file mode 100644
index 0000000..7303721
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT-8
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/GMT-8) {
+ {-9223372036854775808 28800 0 GMT-8}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT-9 b/tcl8.6/library/tzdata/Etc/GMT-9
new file mode 100644
index 0000000..46e6878
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT-9
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/GMT-9) {
+ {-9223372036854775808 32400 0 GMT-9}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT0 b/tcl8.6/library/tzdata/Etc/GMT0
new file mode 100644
index 0000000..dba1fe9
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/GMT0
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+if {![info exists TZData(Etc/GMT)]} {
+ LoadTimeZoneFile Etc/GMT
+}
+set TZData(:Etc/GMT0) $TZData(:Etc/GMT)
diff --git a/tcl8.6/library/tzdata/Etc/Greenwich b/tcl8.6/library/tzdata/Etc/Greenwich
new file mode 100644
index 0000000..53acea0
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/Greenwich
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+if {![info exists TZData(Etc/GMT)]} {
+ LoadTimeZoneFile Etc/GMT
+}
+set TZData(:Etc/Greenwich) $TZData(:Etc/GMT)
diff --git a/tcl8.6/library/tzdata/Etc/UCT b/tcl8.6/library/tzdata/Etc/UCT
new file mode 100644
index 0000000..f7d795e
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/UCT
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/UCT) {
+ {-9223372036854775808 0 0 UCT}
+}
diff --git a/tcl8.6/library/tzdata/Etc/UTC b/tcl8.6/library/tzdata/Etc/UTC
new file mode 100644
index 0000000..db5954b
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/UTC
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+
+set TZData(:Etc/UTC) {
+ {-9223372036854775808 0 0 UTC}
+}
diff --git a/tcl8.6/library/tzdata/Etc/Universal b/tcl8.6/library/tzdata/Etc/Universal
new file mode 100644
index 0000000..a3b7547
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/Universal
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+if {![info exists TZData(Etc/UTC)]} {
+ LoadTimeZoneFile Etc/UTC
+}
+set TZData(:Etc/Universal) $TZData(:Etc/UTC)
diff --git a/tcl8.6/library/tzdata/Etc/Zulu b/tcl8.6/library/tzdata/Etc/Zulu
new file mode 100644
index 0000000..f643db9
--- /dev/null
+++ b/tcl8.6/library/tzdata/Etc/Zulu
@@ -0,0 +1,5 @@
+# created by tools/tclZIC.tcl - do not edit
+if {![info exists TZData(Etc/UTC)]} {
+ LoadTimeZoneFile Etc/UTC
+}
+set TZData(:Etc/Zulu) $TZData(:Etc/UTC)