Here's my guess...

#   Failed test 'Kamchatka Standard Time - found valid Olson time zone from 
Windows'
#   at t\19local-win32.t line 115.

#   Failed test 'Paraguay Standard Time - found valid Olson time zone from 
Windows'
#   at t\19local-win32.t line 115.

#   Failed test 'UTC - found valid Olson time zone from Windows'
#   at t\19local-win32.t line 115.

It looks like these timezones are missing from %WinToOlson in 
DateTime::TimeZone::Local::Win32.

Need to add the following to the above hash:
'Kamchatka Standard Time' => 'Asia/Kamchatka',
'Paraguay Standard Time'  => 'America/Asuncion',
'UTC'                     => 'UTC',


Jim Brunette

P.S. I did not test the above. (I am using ActivePerl, not sure how it runs or 
reports its tests.)


Dave Rolsky wrote:
> http://www.nntp.perl.org/group/perl.cpan.testers/2009/09/msg5285650.html
>
> Anyone care to take a stab at figuring that out?
>
>
> -dave
>
> /*============================================================
> http://VegGuide.org               http://blog.urth.org
> Your guide to all that's veg      House Absolute(ly Pointless)
> ============================================================*/
>

Reply via email to