Time duration.
This trait provides Timer functionalities based on the Java Calendar milliseconds
This trait can be used to deactivate the time conversions (to avoid conflicts with Akka's conversions for example
This object provides functions to describe units of time
Use Time.now
in your app instead of System.currentTimeMillis
, and
unit tests will be able to adjust the current time to verify timeouts
and other time-dependent behavior, without calling sleep
.