Return the current time point cast to the given precision. Only use this when an exact precision is needed, otherwise use T::clock::now() directly.
Declared in <util/time.h>
template<typename T>
T
Now();
The current time point of T::clock cast to T's duration.