Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DateTime-TimeZone CPAN distribution.

Report information
The Basics
Id: 81456
Status: resolved
Priority: 0/
Queue: DateTime-TimeZone

People
Owner: Nobody in particular
Requestors: the.boobl [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 1.55



Subject: DT:TZ fails tests on Windows7 after August 2011 timezone patch
Date: Mon, 26 Nov 2012 07:47:48 +0400
To: bug-DateTime-TimeZone [...] rt.cpan.org
From: Andrey Makhnutin <the.boobl [...] gmail.com>
Hello! DateTime::TimeZone fails 2 tests while installing it in Perl on Windows 7. Here's what my perl -v looks like (strawberry perl): This is perl 5, version 16, subversion 2 (v5.16.2) built for MSWin32-x86-multi-thread Here's what I get when I try "install DateTime::TimeZone" in CPAN: t/18olson-version-check.t ... ok t/19local-win32.t ........... 1/? # Failed test 'Kaliningrad Standard Time - found valid Olson time zone from Windows' # at t/19local-win32.t line 106. t/19local-win32.t ........... 105/? # Failed test 'Turkey Standard Time - found valid Olson time zone from Windows' # at t/19local-win32.t line 106. # Looks like you failed 2 tests of 206. t/19local-win32.t ........... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/206 subtests (less 100 skipped subtests: 104 okay) t/20local-subclass.t ........ ok I believe the reason behind this to be the August 2011 patch for Windows 7 (http://support.microsoft.com/kb/2570791/en-us) which added these 2 zones Best Regards, Andrey Makhnutin
Subject: Re: [rt.cpan.org #81456] DT:TZ fails tests on Windows7 after August 2011 timezone patch
Date: Mon, 26 Nov 2012 12:27:11 -0600 (CST)
To: Andrey Makhnutin via RT <bug-DateTime-TimeZone [...] rt.cpan.org>
From: Dave Rolsky <autarch [...] urth.org>
On Sun, 25 Nov 2012, Andrey Makhnutin via RT wrote: Show quoted text
> I believe the reason behind this to be the August 2011 patch for > Windows 7 (http://support.microsoft.com/kb/2570791/en-us) which added > these 2 zones
There's a map to translate Windows to Olson names in DateTime::TimeZone::Local::Win32. Patches are welcome. I don't really use Windows myself so I rely on people who use Perl on those platforms to keep it working. Thanks, -dave /*============================================================ http://VegGuide.org http://blog.urth.org Your guide to all that's veg House Absolute(ly Pointless) ============================================================*/
Subject: Re: [rt.cpan.org #81456] DT:TZ fails tests on Windows7 after August 2011 timezone patch
Date: Sat, 1 Dec 2012 03:53:30 +0400
To: bug-DateTime-TimeZone [...] rt.cpan.org
From: Andrey Makhnutin <the.boobl [...] gmail.com>
Alright, heres the patch. I didn't know what should I use to create a patch so I used hg 2012/11/26 autarch@urth.org via RT <bug-DateTime-TimeZone@rt.cpan.org>: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=81456 > > > On Sun, 25 Nov 2012, Andrey Makhnutin via RT wrote: >
>> I believe the reason behind this to be the August 2011 patch for >> Windows 7 (http://support.microsoft.com/kb/2570791/en-us) which added >> these 2 zones
> > There's a map to translate Windows to Olson names in > DateTime::TimeZone::Local::Win32. > > Patches are welcome. I don't really use Windows myself so I rely on people > who use Perl on those platforms to keep it working. > > > Thanks, > > -dave > > /*============================================================ > http://VegGuide.org http://blog.urth.org > Your guide to all that's veg House Absolute(ly Pointless) > ============================================================*/ >

Message body is not shown because sender requested not to inline it.