diff options
Diffstat (limited to 'library/tzdata/Etc/GMT+0')
-rw-r--r-- | library/tzdata/Etc/GMT+0 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/library/tzdata/Etc/GMT+0 b/library/tzdata/Etc/GMT+0 index b60be1f..017dee1 100644 --- a/library/tzdata/Etc/GMT+0 +++ b/library/tzdata/Etc/GMT+0 @@ -1,5 +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)
+# 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) |