This commit is contained in:
JT Smith 2004-09-13 05:55:21 +00:00
parent 85d935235e
commit a69ba26320
4 changed files with 38 additions and 71 deletions

View file

@ -3455,6 +3455,7 @@ sub Date_TimeZone {
}
$in->close;
}
push(@tz,"EST5EDT"); # if all else fails
# Now parse each one to find the first valid one.
foreach $tz (@tz) {