blob: bc6549623a60cfa1b4534f0939d0d2148e117947 (
plain)
1
2
3
4
5
|
# created by ../tools/tclZIC.tcl - do not edit
if {![info exists TZData(America/Argentina/Mendoza)]} {
LoadTimeZoneFile America/Argentina/Mendoza
}
set TZData(:America/Mendoza) $TZData(:America/Argentina/Mendoza)
|