Roy Golan has posted comments on this change.

Change subject: engine: Incorrect VM TimeZone handling
......................................................................


Patch Set 3: Code-Review-1

(1 comment)

I missing the handling of the index number of the windows timezone?

....................................................
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/TimeZoneType.java
Line 12: import java.util.LinkedHashMap;
Line 13: import java.util.LinkedList;
Line 14: import java.util.List;
Line 15: import java.util.Map;
Line 16: 
and then just a simple 

 Properties timezones = get it ...

 timezones.get("timezones." + isWindows() ? "windows" : "general" + 
.Asia/Baghdad")
Line 17: public enum TimeZoneType {
Line 18:     GENERAL_TIMEZONE(ConfigValues.DefaultGeneralTimeZone, 
ConfigurationValues.DefaultGeneralTimeZone) {
Line 19:         @Override
Line 20:         protected Map<String, String> initializeTimeZoneList() {


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ifd36656bd4f0288e86b1cbd46d702fa68051e28b
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Betak <mbe...@redhat.com>
Gerrit-Reviewer: Arik Hadas <aha...@redhat.com>
Gerrit-Reviewer: Martin Betak <mbe...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Roy Golan <rgo...@redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjeli...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to