LoginSignup
0
0

More than 3 years have passed since last update.

Date.todayとDate.current

Last updated at Posted at 2019-12-17

開発していて、「どう違うんだっけ…」と考えてしまったので備忘録。

Date.today

下記によって決まる。
- OSのタイムゾーン(/etc/localtime)
- 環境変数TZ

Date.current

application.rbのタイムゾーンを使う。

config.time_zone = 'Tokyo'

DBへの保存時間を変更する場合は

# デフォルトは:utc
config.active_record.default_timezone = :local

参考

https://qiita.com/jnchito/items/cae89ee43c30f5d6fa2c
https://qiita.com/aosho235/items/a31b895ce46ee5d3b444

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