In Python 3.7, time_ns() gives epoch timestamp in nanoseconds. How can it be got in 3.6.9? When I use time(), it gives me seconds.
time_ns()
time()