Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.8.0
-
None
-
Reviewed
Description
To track the time a request is received, we need to get current system time. For better testability of this, we are likely better off using a Clock instance that uses SystemClock by default. Instead of creating umpteen instances of SystemClock, we should just reuse the same instance.