1 | initial version |
You could find out just by comparing with your own measurement.
More systematically, this is explained in the Python documentation of time.time()
:
Return the time in seconds since the epoch as a floating point number.
So it is in seconds. I leave it as an exercise to convert it into minutes, hours, days...