6 lines
195 B
Plaintext
6 lines
195 B
Plaintext
|
# created by tools/tclZIC.tcl - do not edit
|
||
|
if {![info exists TZData(America/Mexico_City)]} {
|
||
|
LoadTimeZoneFile America/Mexico_City
|
||
|
}
|
||
|
set TZData(:Mexico/General) $TZData(:America/Mexico_City)
|