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