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