blob: 6cf27433a8ade1b63c36ff2ab702d11a05fc112e (
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)
|