What is the module/method used to get the current time?
Do
from time import time t = time()
t
There is some difference for Unix and Windows platforms.