diff options
Diffstat (limited to 'library/tzdata/SystemV/MST7')
-rw-r--r-- | library/tzdata/SystemV/MST7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/tzdata/SystemV/MST7 b/library/tzdata/SystemV/MST7 index a257d4c..e67a781 100644 --- a/library/tzdata/SystemV/MST7 +++ b/library/tzdata/SystemV/MST7 @@ -1,5 +1,5 @@ # created by ../tools/tclZIC.tcl - do not edit if {![info exists TZData(America/Phoenix)]} { - loadTimeZoneFile America/Phoenix + LoadTimeZoneFile America/Phoenix } -set tzdata(:SystemV/MST7) $TZData(:America/Phoenix) +set TZData(:SystemV/MST7) $TZData(:America/Phoenix) |