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',