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