blob: e1d3f3a7cc19dacc56f5551056f9c4b1b4070021 (
plain) (
blame)
1
2
3
4
5
|
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.
WWW: https://github.com/jbenet/nanotime/tree/master/python
|