diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-12-27 17:47:48 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-12-27 17:47:48 (GMT) |
commit | fe06c63182af8cb6b22df8c3cf9c7670c92c320d (patch) | |
tree | 526fc274b5000a5dd226efcc3f6f5e30b7328d64 /library/tzdata/MST | |
parent | 988dfef7f36424cf6008cd90ce865e7b62735f10 (diff) | |
download | tcl-fe06c63182af8cb6b22df8c3cf9c7670c92c320d.zip tcl-fe06c63182af8cb6b22df8c3cf9c7670c92c320d.tar.gz tcl-fe06c63182af8cb6b22df8c3cf9c7670c92c320d.tar.bz2 |
Olson's tzdata2005r
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 fbaf29c..87b5599 100644 --- a/library/tzdata/MST +++ b/library/tzdata/MST @@ -1,5 +1,5 @@ # created by ../tools/tclZIC.tcl - do not edit -if {![info exists TZData(America/Phoenix)]} { - LoadTimeZoneFile America/Phoenix + +set TZData(:MST) { + {-9223372036854775808 -25200 0 MST} } -set TZData(:MST) $TZData(:America/Phoenix) |