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

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

Bug Information
Severity: Important
Broken in: 1.06
Fixed in: 1.07



Subject: MS Dec 2009 Cumulative TZ Update causes test failure on Win32
The December 2009 Cumulative Time Zone Update for Microsoft Windows causes a test failure on Win32 as the result of a newly created time zone. I've attached a patch to fix this. It adds the new 'Ulaanbaatar Standard Time' timezone and it updates the Olson mapping for the 'North Asia East Standard Time' as the result of moving Ulaanbaatar to its own zone.
Subject: Win32.diff
--- C:/Documents and Settings/dpinkowitz/Desktop/Win32.pm.1.06 Tue Dec 22 12:40:07 2009 +++ C:/Documents and Settings/dpinkowitz/Desktop/Win32.pm Tue Dec 22 13:07:49 2009 @@ -121,11 +121,11 @@ 'Nepal Standard Time' => 'Asia/Katmandu', 'New Zealand' => 'Pacific/Auckland', 'New Zealand Standard Time' => 'Pacific/Auckland', 'Newfoundland' => 'America/St_Johns', 'Newfoundland Standard Time' => 'America/St_Johns', - 'North Asia East Standard Time' => 'Asia/Ulaanbaatar', + 'North Asia East Standard Time' => 'Asia/Irkutsk', 'North Asia Standard Time' => 'Asia/Krasnoyarsk', 'Pacific' => 'America/Los_Angeles', 'Pacific SA' => 'America/Santiago', 'Pacific SA Standard Time' => 'America/Santiago', 'Pacific Standard Time' => 'America/Los_Angeles', @@ -161,10 +161,11 @@ 'Tasmania' => 'Australia/Hobart', 'Tasmania Standard Time' => 'Australia/Hobart', 'Tokyo' => 'Asia/Tokyo', 'Tokyo Standard Time' => 'Asia/Tokyo', 'Tonga Standard Time' => 'Pacific/Tongatapu', + 'Ulaanbaatar Standard Time' => 'Asia/Ulaanbaatar', 'US Eastern' => 'America/Indianapolis', 'US Eastern Standard Time' => 'America/Indianapolis', 'US Mountain' => 'America/Phoenix', 'US Mountain Standard Time' => 'America/Phoenix', 'UTC' => 'UTC',