Arik Hadas has uploaded a new change for review.

Change subject: core: add Venezuela time zone
......................................................................

core: add Venezuela time zone

Change-Id: Ia536ba0adc91b371be695dff4b15fd47d7c784f9
Bug-Url: https://bugzilla.redhat.com/1088568
Signed-off-by: Arik Hadas <[email protected]>
---
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/TimeZoneType.java
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/50/27250/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 0ae13f9..512e86d 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
@@ -95,6 +95,7 @@
             generalTimeZones.put("Asia/Tashkent", "(GMT+05:00) West Asia 
Standard Time");
             generalTimeZones.put("Pacific/Port_Moresby", "(GMT+10:00) West 
Pacific Standard Time");
             generalTimeZones.put("Asia/Yakutsk", "(GMT+09:00) Yakutsk Standard 
Time");
+            generalTimeZones.put("America/Caracas", "(GMT-04:30) Venezuelan 
Standard Time");
 
             return sortMapByValue(generalTimeZones);
         }
@@ -177,6 +178,7 @@
             windowsTimeZones.put("SA Pacific Standard Time", "(GMT-05:00) SA 
Pacific Standard Time");
             windowsTimeZones.put("West Pacific Standard Time", "(GMT+10:00) 
West Pacific Standard Time");
             windowsTimeZones.put("N. Central Asia Standard Time", "(GMT+06:00) 
N. Central Asia Standard Time");
+            windowsTimeZones.put("Venezuelan Standard Time", "(GMT-04:30) 
Venezuelan Standard Time");
 
             return sortMapByValue(windowsTimeZones);
         }


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia536ba0adc91b371be695dff4b15fd47d7c784f9
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to