PythonでunixタイムスタンプをDatetimeオブジェクトに変換する 2015年5月22日 by hasete2 from datetime import datetime print(datetime.fromtimestamp(1432049226)) これだけ。