blob: 04b83685c8a91f97240e7004690fba7bdfc0255f (
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)
|