diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-01-18 14:44:03 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-01-18 14:44:03 (GMT) |
commit | 239a42e350655af1aa665c6ecedccf72cb562256 (patch) | |
tree | 77bc402d607f71e933552e634ec9cdd2c79523e9 /library/tzdata/GMT-0 | |
parent | b4b236e5dbd38bbb468faa91f03b96c2852494cf (diff) | |
download | tcl-239a42e350655af1aa665c6ecedccf72cb562256.zip tcl-239a42e350655af1aa665c6ecedccf72cb562256.tar.gz tcl-239a42e350655af1aa665c6ecedccf72cb562256.tar.bz2 |
Routine update per Olson's tzdata2005c. Removed links to links
(Greenwich in several aliases; Navajo; Acre). Updated Paraguayan
DST rules and "best guess" at this year's Israeli rules.
Diffstat (limited to 'library/tzdata/GMT-0')
-rw-r--r-- | library/tzdata/GMT-0 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/tzdata/GMT-0 b/library/tzdata/GMT-0 index 663dc3e..56dc64c 100644 --- a/library/tzdata/GMT-0 +++ b/library/tzdata/GMT-0 @@ -1,5 +1,5 @@ # created by ../tools/tclZIC.tcl - do not edit -if {![info exists TZData(Etc/GMT-0)]} { - LoadTimeZoneFile Etc/GMT-0 +if {![info exists TZData(Etc/GMT)]} { + LoadTimeZoneFile Etc/GMT } -set TZData(:GMT-0) $TZData(:Etc/GMT-0) +set TZData(:GMT-0) $TZData(:Etc/GMT) |