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