Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.6.0
-
None
-
None
-
Reviewed
Description
Use Time.monotonicNow() instead of Time.now() in Shell.java to keep track of the last executed time.
Using Time.monotonicNow() in elapsed time calculation usecases will be accurate and safe from system time changes.