summaryrefslogtreecommitdiffstats
path: root/tcl8.6/library/tzdata/Etc
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-01-02 21:03:49 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-01-02 21:03:49 (GMT)
commit914501b5b992e7b6c7e0a4c958712a8ba9cab41c (patch)
treeedbc059b9557d5fdb79e5a5c47889bc54708da53 /tcl8.6/library/tzdata/Etc
parentf88c190a01bc7f57e79dfaf91a3c0c48c2031549 (diff)
downloadblt-914501b5b992e7b6c7e0a4c958712a8ba9cab41c.zip
blt-914501b5b992e7b6c7e0a4c958712a8ba9cab41c.tar.gz
blt-914501b5b992e7b6c7e0a4c958712a8ba9cab41c.tar.bz2
upgrade to tcl/tk 8.6.8
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..70d39cf
--- /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 -01}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT+10 b/tcl8.6/library/tzdata/Etc/GMT+10
new file mode 100644
index 0000000..9165a08
--- /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 -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..a1aaf74
--- /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 -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..d2c082a
--- /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 -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..46cca7d
--- /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 -02}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT+3 b/tcl8.6/library/tzdata/Etc/GMT+3
new file mode 100644
index 0000000..e1e3001
--- /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 -03}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT+4 b/tcl8.6/library/tzdata/Etc/GMT+4
new file mode 100644
index 0000000..32afa24
--- /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 -04}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT+5 b/tcl8.6/library/tzdata/Etc/GMT+5
new file mode 100644
index 0000000..747abf5
--- /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 -05}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT+6 b/tcl8.6/library/tzdata/Etc/GMT+6
new file mode 100644
index 0000000..1096839
--- /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 -06}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT+7 b/tcl8.6/library/tzdata/Etc/GMT+7
new file mode 100644
index 0000000..6d47863
--- /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 -07}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT+8 b/tcl8.6/library/tzdata/Etc/GMT+8
new file mode 100644
index 0000000..33c0f69
--- /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 -08}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT+9 b/tcl8.6/library/tzdata/Etc/GMT+9
new file mode 100644
index 0000000..4119bf4
--- /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 -09}
+}
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..e7ac44b
--- /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 +01}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT-10 b/tcl8.6/library/tzdata/Etc/GMT-10
new file mode 100644
index 0000000..fdbd1e3
--- /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 +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..4b28ad0
--- /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 +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..594bac3
--- /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 +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..f61159e
--- /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 +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..493800f
--- /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 +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..51fdbed
--- /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 +02}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT-3 b/tcl8.6/library/tzdata/Etc/GMT-3
new file mode 100644
index 0000000..7aed39d
--- /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 +03}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT-4 b/tcl8.6/library/tzdata/Etc/GMT-4
new file mode 100644
index 0000000..6ca6372
--- /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 +04}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT-5 b/tcl8.6/library/tzdata/Etc/GMT-5
new file mode 100644
index 0000000..6c47a31
--- /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 +05}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT-6 b/tcl8.6/library/tzdata/Etc/GMT-6
new file mode 100644
index 0000000..202e7f8
--- /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 +06}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT-7 b/tcl8.6/library/tzdata/Etc/GMT-7
new file mode 100644
index 0000000..c6deaf3
--- /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 +07}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT-8 b/tcl8.6/library/tzdata/Etc/GMT-8
new file mode 100644
index 0000000..4bed42e
--- /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 +08}
+}
diff --git a/tcl8.6/library/tzdata/Etc/GMT-9 b/tcl8.6/library/tzdata/Etc/GMT-9
new file mode 100644
index 0000000..2a7625b
--- /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 +09}
+}
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)