winterhazel commented on code in PR #8230:
URL: https://github.com/apache/cloudstack/pull/8230#discussion_r1480484519
##########
usage/src/main/java/com/cloud/usage/UsageManagerImpl.java:
##########
@@ -186,6 +186,7 @@ public class UsageManagerImpl extends ManagerBase
implements UsageManager, Runna
private Future _heartbeat = null;
private Future _sanity = null;
private boolean usageSnapshotSelection = false;
+ private static TimeZone usageTimeZone = TimeZone.getTimeZone("GMT");
Review Comment:
Yup, I have renamed it.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]