diff options
Diffstat (limited to 'library/tzdata/Greenwich')
-rw-r--r-- | library/tzdata/Greenwich | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/tzdata/Greenwich b/library/tzdata/Greenwich index a8cc50b..3b2639b 100644 --- a/library/tzdata/Greenwich +++ b/library/tzdata/Greenwich @@ -1,5 +1,5 @@ # created by ../tools/tclZIC.tcl - do not edit -if {![info exists TZData(Etc/Greenwich)]} { - LoadTimeZoneFile Etc/Greenwich +if {![info exists TZData(Etc/GMT)]} { + LoadTimeZoneFile Etc/GMT } -set TZData(:Greenwich) $TZData(:Etc/Greenwich) +set TZData(:Greenwich) $TZData(:Etc/GMT) |