Python/時刻

Python
from time import time
#現在の時刻
now_time = time()

print(now_time)