「Python」日付フォーマット(datetime)のサンプルコード

サンプルコード
import time
print(time.strftime(“%Y-%m-%d %H:%M:%S"), time.localtime())

Python

Posted by arkgame