diff options
Diffstat (limited to 'library/tzdata/MST')
-rw-r--r-- | library/tzdata/MST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/tzdata/MST b/library/tzdata/MST index 8c967ab..094721c 100644 --- a/library/tzdata/MST +++ b/library/tzdata/MST @@ -1,5 +1,5 @@ # created by tools/tclZIC.tcl - do not edit - -set TZData(:MST) { - {-9223372036854775808 -25200 0 MST} +if {![info exists TZData(America/Phoenix)]} { + LoadTimeZoneFile America/Phoenix } +set TZData(:MST) $TZData(:America/Phoenix) |