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