最終更新:2021-08-23 (月) 13:08:57 (967d)  

Python/time
Top / Python / time

https://docs.python.org/ja/3/library/time.html

Python/time.time

Python/time.sleep

strftime

import time
now = time.strftime('%Y年%m月%d日 %H時%M分%S秒')