On Tuesday, 22 December 2015 at 20:07:58 UTC, Steven Schveighoffer wrote:
MonoTime uses whatever precision is given to it by the OS. So if on your OS, ticksPerSecond is 1e9, then your OS clock wraps at 18 hours as well.
Thanks, I didn't know that.

I actually just realized that my use case doesn't need to rely on absolute clocks, so I'm safe.

Reply via email to