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)".
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
