GutoVeronezi commented on code in PR #8230: URL: https://github.com/apache/cloudstack/pull/8230#discussion_r1479659850
########## 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: @winterhazel, this refer to the aggregation time zone, right? If so, it should be renamed to something more intuitive, like `usageAggregationTimeZone`. -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org