Pythonの UTC ⇔ JST、文字列(UTC) ⇒ JST の変換とかのメモ - Qiita

awareなdatetimeオブジェクト(UTC)をJSTへ変換>>> from pytz import timezone>>> from datetime import datetime>>…