Octavian Rasnita wrote:
Hi,

I have tried the following test program:

use Finance::QuoteHist;
$q = Finance::QuoteHist->new
(
symbols    => [qw(IBM)],
start_date => '01/01/1999',
end_date   => 'today',
);

__END__


The program prints the following error:

ERROR: Date::Manip unable to determine TimeZone.

Read the docs for Date::Manip. It explains how Date::Manip determines the time zone. You can fix this in a variety of ways (e.g. set a TZ environment variable).

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to