diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-08-18 19:58:56 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-08-18 19:58:56 (GMT) |
commit | fab56e2415bbbc5e2355f500b28d26c5e907ef29 (patch) | |
tree | 0bfbd9e68acb81b08b317b956ce8ac4cca0824cd /library/tzdata/Etc | |
parent | dcdb6368302f0bb38e0d11e8c2d346b684507b07 (diff) | |
download | tcl-fab56e2415bbbc5e2355f500b28d26c5e907ef29.zip tcl-fab56e2415bbbc5e2355f500b28d26c5e907ef29.tar.gz tcl-fab56e2415bbbc5e2355f500b28d26c5e907ef29.tar.bz2 |
TIP #173 and #209 implementation - see ChangeLog for details
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..f6c919f --- /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..e489b6c --- /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..adc16af --- /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..2ff7910 --- /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..af71a7a --- /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..30ce089 --- /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..649333f --- /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..af359b0 --- /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..741372f --- /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..28dd2a2 --- /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..c5bf5db --- /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..fa4af1e --- /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..6814da4 --- /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..02157d4 --- /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..95e6d07 --- /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..95f320a --- /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..1fd7692 --- /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..86b9462 --- /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..8a71ccf --- /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..e5dec03 --- /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..38089d0 --- /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..7ab1e56 --- /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..ed56212 --- /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..79b9429 --- /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..834806d --- /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..2297bf5 --- /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..ed58c58 --- /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..87db42d --- /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..4d1ea32 --- /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..c09f8a5 --- /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..2993a95 --- /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..3ce66ef --- /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..c6656a8 --- /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..8b3ad0d --- /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..5c2db5f --- /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) |