mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #10942 from yangchenyun/mine
correct documentation about active_record.default_timezone
This commit is contained in:
commit
ce13dc28e4
1 changed files with 2 additions and 2 deletions
|
@ -10,9 +10,9 @@ module ActiveRecord
|
|||
#
|
||||
# config.active_record.record_timestamps = false
|
||||
#
|
||||
# Timestamps are in the local timezone by default but you can use UTC by setting:
|
||||
# Timestamps are in UTC by default but you can use the local timezone by setting:
|
||||
#
|
||||
# config.active_record.default_timezone = :utc
|
||||
# config.active_record.default_timezone = :local
|
||||
#
|
||||
# == Time Zone aware attributes
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue