私の中でapplication.rb
私は次のコメントに出くわしました
# Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
# Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
config.time_zone = 'Eastern Time (US & Canada)'
上からわかるように、config.time_zone
ESTの時間に合わせました。ただし、DBでレコードが作成datetime
されると、UTC形式で格納されているように見えます。
上記のコメントで、彼らは言う
...そして、Active Recordをこのゾーンに自動変換します...
どうすればそれを行うことができますか?
また、これをherokuにも展開していきますので、引き継ぐ設定をお願いします