weizhouapache edited a comment on issue #3870: systemvm: list systemvm does not return agent state and version URL: https://github.com/apache/cloudstack/pull/3870#issuecomment-583337162 @DaanHoogland ui works. However, lastping returns wrong date/time. we have same issue on other api response. we can fix them together afterwards. @DaanHoogland (1)we have "System.currentTimeMillis() >> 10" in many files, should it be "System.currentTimeMillis() / 1000" ? (2) considering lastPing saves the timestamp in seconds, we need to display date by "new Date(timestamp * 1000)". If we do not change the ">>10" to 1000, we should use 1024 here.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services