Martin Betak has uploaded a new change for review.

Change subject: engine: Correct timezone offset for Sri Lanka
......................................................................

engine: Correct timezone offset for Sri Lanka

The offset should be GMT+05:30 instead of GMT+06:00

Change-Id: I2243780f409443e6d9a59eb89b30076a47ae1707
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1045681
Signed-off-by: Martin Betak <mbe...@redhat.com>
---
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/TimeZoneType.java
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/81/24581/1

diff --git 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/TimeZoneType.java
 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/TimeZoneType.java
index 58ebef9..0ae13f9 100644
--- 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/TimeZoneType.java
+++ 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/TimeZoneType.java
@@ -81,7 +81,7 @@
             generalTimeZones.put("Asia/Bangkok", "(GMT+07:00) SE Asia Standard 
Time");
             generalTimeZones.put("Asia/Singapore", "(GMT+08:00) Singapore 
Standard Time");
             generalTimeZones.put("Africa/Johannesburg", "(GMT+02:00) South 
Africa Standard Time");
-            generalTimeZones.put("Asia/Colombo", "(GMT+06:00) Sri Lanka 
Standard Time");
+            generalTimeZones.put("Asia/Colombo", "(GMT+05:30) Sri Lanka 
Standard Time");
             generalTimeZones.put("Asia/Taipei", "(GMT+08:00) Taipei Standard 
Time");
             generalTimeZones.put("Australia/Hobart", "(GMT+10:00) Tasmania 
Standard Time");
             generalTimeZones.put("Asia/Tokyo", "(GMT+09:00) Tokyo Standard 
Time");
@@ -118,7 +118,7 @@
             windowsTimeZones.put("Alaskan Standard Time", "(GMT-09:00) Alaskan 
Standard Time");
             windowsTimeZones.put("US Mountain Standard Time", "(GMT-07:00) US 
Mountain Standard Time");
             windowsTimeZones.put("Iran Standard Time", "(GMT+03:00) Iran 
Standard Time");
-            windowsTimeZones.put("Sri Lanka Standard Time", "(GMT+06:00) Sri 
Lanka Standard Time");
+            windowsTimeZones.put("Sri Lanka Standard Time", "(GMT+05:30) Sri 
Lanka Standard Time");
             windowsTimeZones.put("New Zealand Standard Time", "(GMT+12:00) New 
Zealand Standard Time");
             windowsTimeZones.put("Central Standard Time (Mexico)", 
"(GMT-06:00) Central Standard Time (Mexico)");
             windowsTimeZones.put("Arabic Standard Time", "(GMT+03:00) Arabic 
Standard Time");


-- 
To view, visit http://gerrit.ovirt.org/24581
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2243780f409443e6d9a59eb89b30076a47ae1707
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Betak <mbe...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to