Re: finance::quotehist::yahoo
by $Bill Luebkert other posts by this author
Aug 30 2001 2:32AM messages near this date
view in the new Beta List Site
Re: finance::quotehist::yahoo
|
Output buffering complications with a a sleep 30; command
> "Christopher J. Crane" wrote:
>
> I am trying to get the Finance::QuoteHist::Yahoo module to work to no avail.
> I get the following errors:
> <!--------
> ERROR: Date::Manip unable to determine TimeZone.
> Date::Manip::Date_TimeZone called at C:/Perl/site/lib/Date/Manip.pm line
> 628
> Date::Manip::Date_Init() called at C:/Perl/site/lib/Date/Manip.pm line 1350
> Date::Manip::ParseDate('01/01/1999') called at
> C:/Perl/site/lib/Finance/QuoteHist/Generic.pm line 47
> Finance::QuoteHist::Generic::new('Finance::QuoteHist::Generic', undef,
> undef, 'symbols', 'ARRAY(0x176f0c4)', 'reverse', 1, 'end_date', ...) called
> at C:/Perl/site/lib/Finance/QuoteHist/Yahoo.pm line 67
> Finance::QuoteHist::Yahoo::new('Finance::QuoteHist::Yahoo', 'symbols',
> 'ARRAY(0x176f0c4)', 'start_date', '01/01/1999', 'end_date', '08/26/2001')
> called at C:\my documents\wscc\cgi-bin\history.pl line 28
> ----------->
1) Don't post HTML - please.
2) Try setting your timezone in your %ENV - eg:
$ENV{TZ} = 'PST8PDT'; # for Pacific or EDT5EST for eastern or whatever
--
,-/- __ _ _ $Bill Luebkert ICQ=14439852
(_/ / ) // // DBE Collectibles Mailto:dbe@[...].com
/ ) /--< o // // http://dbecoll.tripod.com/ (Free site for Perl)
-/-' /___/_<_</_</_ Castle of Medieval Myth & Magic http://www.todbe.com/
_______________________________________________
Perl-Win32-Web mailing list
Perl-Win32-Web@[...].com
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web
Thread:
Christopher J. Crane
$Bill Luebkert
$Bill Luebkert
|