2021-11-12
DartのDateTimeはデフォルトでは実行している環境のタイムゾーン(local time zone)を前提として動いていて、UTCにしたい場合はパラメータをつけるとか、名前にUTCが入っている関数を利用する必要があるとわかった。
Working with UTC and local time
A DateTime object is in the local time zone unless explicitly created in the UTC time zone.