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