From 4eb6a89c955e591a23f73743256f111b28070ec7 Mon Sep 17 00:00:00 2001 From: okutsu Date: Tue, 27 May 2014 16:20:09 +0900 Subject: [PATCH] 8033627: UTC+02:00 time zones are not detected correctly on Windows Reviewed-by: peytoia --- src/windows/lib/tzmappings | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/windows/lib/tzmappings b/src/windows/lib/tzmappings index 706eff6eb..953ea10be 100644 --- a/src/windows/lib/tzmappings +++ b/src/windows/lib/tzmappings @@ -137,8 +137,8 @@ Central:36,37::America/Chicago: Central Standard Time:36,37::America/Chicago: Eastern:38,39::America/New_York: Eastern Standard Time:38,39::America/New_York: -E. Europe:4,5:BY:Europe/Minsk: -E. Europe Standard Time:4,5:BY:Europe/Minsk: +E. Europe:4,5::EET: +E. Europe Standard Time:4,5::EET: Egypt:4,68::Africa/Cairo: Egypt Standard Time:4,68::Africa/Cairo: South Africa:4,69::Africa/Harare: @@ -192,5 +192,6 @@ Magadan Standard Time:924,924::Asia/Magadan: Kaliningrad Standard Time:925,925:RU:Europe/Kaliningrad: Turkey Standard Time:926,926::Asia/Istanbul: Bahia Standard Time:927,927::America/Bahia: -Western Brazilian Standard Time:928,928:BR:America/Rio_Branco: -Armenian Standard Time:929,929:AM:Asia/Yerevan: +Libya Standard Time:928,928:LY:Africa/Tripoli: +Western Brazilian Standard Time:929,929:BR:America/Rio_Branco: +Armenian Standard Time:930,930:AM:Asia/Yerevan: -- GitLab