[libdatetime-timezone-perl] 01/23: Updated Win32 -> IANA mappings

gregor herrmann gregoa at debian.org
Wed Apr 15 19:03:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to annotated tag v1.77
in repository libdatetime-timezone-perl.

commit 4a97f1884fb96e5b8d9241639e013afab8fbe1e2
Author: Dave Rolsky <autarch at urth.org>
Date:   Tue Nov 4 11:42:09 2014 -0600

    Updated Win32 -> IANA mappings
---
 Changes                              |  4 ++++
 lib/DateTime/TimeZone/Local/Win32.pm | 10 ++++++++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/Changes b/Changes
index 1e078c9..a1dc533 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 {{$NEXT}}
 
+- Updated the mapping of Windows -> IANA time zones. Patch by David
+  Pinkowitz. RT #10025.
+
+
 1.76    2014-10-26
 
 - When searching for the local timezone we now look at /etc/timezone before
diff --git a/lib/DateTime/TimeZone/Local/Win32.pm b/lib/DateTime/TimeZone/Local/Win32.pm
index c93a0df..481ed60 100644
--- a/lib/DateTime/TimeZone/Local/Win32.pm
+++ b/lib/DateTime/TimeZone/Local/Win32.pm
@@ -40,6 +40,7 @@ sub EnvVars { return 'TZ' }
         'Bangkok Standard Time'           => 'Asia/Bangkok',
         'Bangladesh Standard Time'        => 'Asia/Dhaka',
         'Beijing'                         => 'Asia/Shanghai',
+        'Belarus Standard Time'           => 'Europe/Minsk',
         'Canada Central'                  => 'America/Regina',
         'Canada Central Standard Time'    => 'America/Regina',
         'Cape Verde Standard Time'        => 'Atlantic/Cape_Verde',
@@ -68,8 +69,8 @@ sub EnvVars { return 'TZ' }
         'E. Africa Standard Time'         => 'Africa/Nairobi',
         'E. Australia'                    => 'Australia/Brisbane',
         'E. Australia Standard Time'      => 'Australia/Brisbane',
-        'E. Europe'                       => 'Europe/Minsk',
-        'E. Europe Standard Time'         => 'Europe/Minsk',
+        'E. Europe'                       => 'Europe/Helsinki',
+        'E. Europe Standard Time'         => 'Europe/Helsinki',
         'E. South America'                => 'America/Sao_Paulo',
         'E. South America Standard Time'  => 'America/Sao_Paulo',
         'Eastern'                         => 'America/New_York',
@@ -105,6 +106,8 @@ sub EnvVars { return 'TZ' }
         'Kamchatka Standard Time'         => 'Asia/Kamchatka',
         'Korea'                           => 'Asia/Seoul',
         'Korea Standard Time'             => 'Asia/Seoul',
+        'Libya Standard Time'             => 'Africa/Tripoli',
+        'Line Islands Standard Time'      => 'Pacific/Kiritimati',
         'Magadan Standard Time'           => 'Asia/Magadan',
         'Mauritius Standard Time'         => 'Indian/Mauritius',
         'Mexico'                          => 'America/Mexico_City',
@@ -138,6 +141,9 @@ sub EnvVars { return 'TZ' }
         'Prague Bratislava'               => 'Europe/Prague',
         'Romance'                         => 'Europe/Paris',
         'Romance Standard Time'           => 'Europe/Paris',
+        'Russia Time Zone 10'             => 'Asia/Srednekolymsk',
+        'Russia Time Zone 11'             => 'Asia/Anadyr',
+        'Russia Time Zone 3'              => 'Europe/Samara',
         'Russian'                         => 'Europe/Moscow',
         'Russian Standard Time'           => 'Europe/Moscow',
         'SA Eastern'                      => 'America/Cayenne',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdatetime-timezone-perl.git



More information about the Pkg-perl-cvs-commits mailing list