Martin Betak has posted comments on this change. Change subject: backend: Added missing mapping for Australia/Darwin ......................................................................
Patch Set 1: (1 comment) https://gerrit.ovirt.org/#/c/42149/1/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/TimeZoneType.java File backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/TimeZoneType.java: Line 103: } Line 104: }, Line 105: Line 106: WINDOWS_TIMEZONE(ConfigValues.DefaultWindowsTimeZone, ConfigurationValues.DefaultWindowsTimeZone, "GMT Standard Time") { Line 107: @Override > no need to update this one as well? Cen. Australia Standard Time is already a part of the windows map Line 108: protected Map<String, String> initializeTimeZoneList() { Line 109: Map<String, String> windowsTimeZones = new HashMap<String, String>(); Line 110: windowsTimeZones.put("Arabian Standard Time", "(GMT+04:00) Arabian Standard Time"); Line 111: windowsTimeZones.put("W. Australia Standard Time", "(GMT+08:00) W. Australia Standard Time"); -- To view, visit https://gerrit.ovirt.org/42149 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I673e099a61d8e9e63e1bb380a19446c0edf2daa6 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Vinzenz Feenstra <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Betak <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Shahar Havivi <[email protected]> Gerrit-Reviewer: Vinzenz Feenstra <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
