diff options
Diffstat (limited to 'library/tzdata/Etc')
35 files changed, 175 insertions, 0 deletions
diff --git a/library/tzdata/Etc/GMT b/library/tzdata/Etc/GMT new file mode 100644 index 0000000..7454fd5 --- /dev/null +++ b/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/library/tzdata/Etc/GMT+0 b/library/tzdata/Etc/GMT+0 new file mode 100644 index 0000000..017dee1 --- /dev/null +++ b/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/library/tzdata/Etc/GMT+1 b/library/tzdata/Etc/GMT+1 new file mode 100644 index 0000000..12f97ba --- /dev/null +++ b/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/library/tzdata/Etc/GMT+10 b/library/tzdata/Etc/GMT+10 new file mode 100644 index 0000000..6ea50bb --- /dev/null +++ b/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/library/tzdata/Etc/GMT+11 b/library/tzdata/Etc/GMT+11 new file mode 100644 index 0000000..c91b169 --- /dev/null +++ b/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/library/tzdata/Etc/GMT+12 b/library/tzdata/Etc/GMT+12 new file mode 100644 index 0000000..29a4cee --- /dev/null +++ b/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/library/tzdata/Etc/GMT+2 b/library/tzdata/Etc/GMT+2 new file mode 100644 index 0000000..8c6b526 --- /dev/null +++ b/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/library/tzdata/Etc/GMT+3 b/library/tzdata/Etc/GMT+3 new file mode 100644 index 0000000..862571d --- /dev/null +++ b/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/library/tzdata/Etc/GMT+4 b/library/tzdata/Etc/GMT+4 new file mode 100644 index 0000000..a933bbc --- /dev/null +++ b/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/library/tzdata/Etc/GMT+5 b/library/tzdata/Etc/GMT+5 new file mode 100644 index 0000000..80cc25c --- /dev/null +++ b/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/library/tzdata/Etc/GMT+6 b/library/tzdata/Etc/GMT+6 new file mode 100644 index 0000000..bc57bd6 --- /dev/null +++ b/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/library/tzdata/Etc/GMT+7 b/library/tzdata/Etc/GMT+7 new file mode 100644 index 0000000..d419eb9 --- /dev/null +++ b/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/library/tzdata/Etc/GMT+8 b/library/tzdata/Etc/GMT+8 new file mode 100644 index 0000000..705ad40 --- /dev/null +++ b/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/library/tzdata/Etc/GMT+9 b/library/tzdata/Etc/GMT+9 new file mode 100644 index 0000000..4086639 --- /dev/null +++ b/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/library/tzdata/Etc/GMT-0 b/library/tzdata/Etc/GMT-0 new file mode 100644 index 0000000..d8913d5 --- /dev/null +++ b/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/library/tzdata/Etc/GMT-1 b/library/tzdata/Etc/GMT-1 new file mode 100644 index 0000000..a44dd1f --- /dev/null +++ b/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/library/tzdata/Etc/GMT-10 b/library/tzdata/Etc/GMT-10 new file mode 100644 index 0000000..1c50d01 --- /dev/null +++ b/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/library/tzdata/Etc/GMT-11 b/library/tzdata/Etc/GMT-11 new file mode 100644 index 0000000..d07710f --- /dev/null +++ b/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/library/tzdata/Etc/GMT-12 b/library/tzdata/Etc/GMT-12 new file mode 100644 index 0000000..a23b98d --- /dev/null +++ b/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/library/tzdata/Etc/GMT-13 b/library/tzdata/Etc/GMT-13 new file mode 100644 index 0000000..1a6700a --- /dev/null +++ b/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/library/tzdata/Etc/GMT-14 b/library/tzdata/Etc/GMT-14 new file mode 100644 index 0000000..3707e21 --- /dev/null +++ b/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/library/tzdata/Etc/GMT-2 b/library/tzdata/Etc/GMT-2 new file mode 100644 index 0000000..f9dea16 --- /dev/null +++ b/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/library/tzdata/Etc/GMT-3 b/library/tzdata/Etc/GMT-3 new file mode 100644 index 0000000..99145b8 --- /dev/null +++ b/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/library/tzdata/Etc/GMT-4 b/library/tzdata/Etc/GMT-4 new file mode 100644 index 0000000..27b4fec --- /dev/null +++ b/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/library/tzdata/Etc/GMT-5 b/library/tzdata/Etc/GMT-5 new file mode 100644 index 0000000..dbe3df7 --- /dev/null +++ b/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/library/tzdata/Etc/GMT-6 b/library/tzdata/Etc/GMT-6 new file mode 100644 index 0000000..414dbfa --- /dev/null +++ b/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/library/tzdata/Etc/GMT-7 b/library/tzdata/Etc/GMT-7 new file mode 100644 index 0000000..2bd59db --- /dev/null +++ b/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/library/tzdata/Etc/GMT-8 b/library/tzdata/Etc/GMT-8 new file mode 100644 index 0000000..7303721 --- /dev/null +++ b/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/library/tzdata/Etc/GMT-9 b/library/tzdata/Etc/GMT-9 new file mode 100644 index 0000000..46e6878 --- /dev/null +++ b/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/library/tzdata/Etc/GMT0 b/library/tzdata/Etc/GMT0 new file mode 100644 index 0000000..dba1fe9 --- /dev/null +++ b/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/library/tzdata/Etc/Greenwich b/library/tzdata/Etc/Greenwich new file mode 100644 index 0000000..53acea0 --- /dev/null +++ b/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/library/tzdata/Etc/UCT b/library/tzdata/Etc/UCT new file mode 100644 index 0000000..f7d795e --- /dev/null +++ b/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/library/tzdata/Etc/UTC b/library/tzdata/Etc/UTC new file mode 100644 index 0000000..db5954b --- /dev/null +++ b/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/library/tzdata/Etc/Universal b/library/tzdata/Etc/Universal new file mode 100644 index 0000000..a3b7547 --- /dev/null +++ b/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/library/tzdata/Etc/Zulu b/library/tzdata/Etc/Zulu new file mode 100644 index 0000000..f643db9 --- /dev/null +++ b/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) |