in reply to ERROR: Date::Manip unable to determine TimeZone
Date::Manip must be able to determine the timezone the user is in. It does this by looking in the following places:
$Date::Manip::TZ (set with Date_Init or in Manip.pm) $ENV{TZ} the unix `date` command (if available) $main::TZ /etc/TIMEZONE /etc/timezone
Before running your script,
In Windows, do set TZ=...timezone...
In unix, do export TZ=...timezone...
|
|---|