You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2017/02/21 00:27:34 UTC

[2/2] git commit: updated refs/heads/master to 987be62

Merge pull request #1926 from jayantpatil1234/CS-50157

CLOUDSTACK-9768: Time displayed for events in UI is incorrectTime displayed for events in UI is incorrect. Let's say, when we login using Japanese language the time displayed in the events is GMT instead of JST. However with English language the time is JST, as expected.
Example:
Time is displayed in the event is 10:40, if you are logged in using English language.
Whereas, time in the event shows 19:40 If you login with Japanese language.

* pr/1926:
  CLOUDSTACK-9768: Time displayed for events in UI is incorrect

Signed-off-by: Rajani Karuturi <ra...@accelerite.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/987be62b
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/987be62b
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/987be62b

Branch: refs/heads/master
Commit: 987be62b2e1a0d72f201906f4700f88efbde82fe
Parents: 1d1b503 b468fde
Author: Rajani Karuturi <ra...@accelerite.com>
Authored: Tue Feb 21 05:57:09 2017 +0530
Committer: Rajani Karuturi <ra...@accelerite.com>
Committed: Tue Feb 21 05:57:10 2017 +0530

----------------------------------------------------------------------
 api/src/org/apache/cloudstack/api/ApiConstants.java       |  1 +
 .../apache/cloudstack/api/response/LoginCmdResponse.java  | 10 ++++++++++
 server/src/com/cloud/api/ApiServer.java                   |  3 +++
 ui/scripts/cloudStack.js                                  |  6 ++++++
 4 files changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/987be62b/api/src/org/apache/cloudstack/api/ApiConstants.java
----------------------------------------------------------------------