Sahina Bose has submitted this change and it was merged.
Change subject: gluster: Corrected an issue with time conversion logic
......................................................................
gluster: Corrected an issue with time conversion logic
In the API convertTime() while getting input time value as
no of millis, Calendar.HOUR was used which is problematic
and there used to be 12 Hrs difference after converting the
time to other time zone.
Corrected the same to use Calendar.HOUR_OF_DAY.
Change-Id: I795d53e2a7a333864087bfe3a0b85fb6eb9375d0
Bug-Url:
https://bugzilla.redhat.com/1244714
Signed-off-by: Shubhendu Tripathi <shtripat(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/utils/GlusterUtil.java
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins CI: Passed CI tests
Shubhendu Tripathi: Verified
Sahina Bose: Looks good to me, approved
Ramesh N: Looks good to me, but someone else must approve
--
To view, visit
https://gerrit.ovirt.org/43827
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I795d53e2a7a333864087bfe3a0b85fb6eb9375d0
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Shubhendu Tripathi <shtripat(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Ramesh N <rnachimu(a)redhat.com>
Gerrit-Reviewer: Sahina Bose <sabose(a)redhat.com>
Gerrit-Reviewer: Shubhendu Tripathi <shtripat(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org