0
0

More than 1 year has passed since last update.

[Rails]日本の時刻に合わせる タイムゾーン

Last updated at Posted at 2021-12-14

設定する場所

config/application.rb

config.active_record.default_timezone = :local
config.i18n.default_locale = :ja

この2行を付け足すだけです。

今作っているアプリで最後の投稿からの日付を出したくて導入しました。
カラムの型はdatetimeです。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0