currentTimeMillis
currentTimeMillis returns the number of milliseconds since the epoch (1970-01-01T00:00:00Z).
Syntax
Parameters
This method takes no arguments.
Returns
The number of milliseconds since the epoch (1970-01-01T00:00:00Z).
Show your appreciation for Deephaven by starring us on GitHub.
currentTimeMillis()
println currentClock().currentTimeMillis()