「Python」日付フォーマット(datetime)のサンプルコード 2017年5月25日サンプルコード import time print(time.strftime(“%Y-%m-%d %H:%M:%S"), time.localtime()) PythonPosted by arkgame