Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はのような長いタイプを持っています
1372415991000
日付オブジェクトに変換したいのですが、簡単な方法はありますか?
ミリ秒単位の Unix タイムスタンプであると仮定します。
from datetime import datetime datetime.fromtimestamp(1372415991000 / 1000)