blob: debba4d5b7072990be642afdbe910b301ebfc9eb (
plain) (
blame)
1
2
3
|
The nanotime module provides a time object that keeps time as the number of
nanoseconds since the UNIX epoch. In other words, it is a 64bit UNIX timestamp
with nanosecond precision.
|