Python Time Library
#also see datetime
import time
now = time.time()
print(now)
Dr. Hippo
#also see datetime
import time
now = time.time()
print(now)
import time
print(time.strftime("%b %d %Y %H:%M:%S"))