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: 38735
Status: resolved
Priority: 0/
Queue: DateTime-TimeZone

People
Owner: Nobody in particular
Requestors: david.pinkowitz [...] numarasoftware.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 0.79
  • 0.7901
  • 0.7902
  • 0.7903
Fixed in: 0.7904



Subject: Failed MSWin32 tests
A user reported the following failure: t\19local-win32............. # Failed test 'Argentina Standard Time - found valid Olson time zone from Windows' # at t\19local-win32.t line 114. # Failed test 'Morocco Standard Time - found valid Olson time zone from Windows' # at t\19local-win32.t line 114. # Failed test 'Pakistan Standard Time - found valid Olson time zone from Windows' # at t\19local-win32.t line 114. # Looks like you failed 3 tests of 96. Dubious, test returned 3 (wstat 768, 0x300) Failed 3/96 subtests This is because Windows added new time zones: http://support.microsoft.com/kb/951072/en-us The fix would be to add the following new keys for %WinToOlson in DateTime/TimeZone/Local/Win32.pm: 'Argentina Standard Time' => 'America/Argentina/Buenos_Aires', 'Morocco Standard Time' => 'Africa/Casablanca', 'Pakistan Standard Time' => 'Asia/Karachi',