1
0
Fork 0
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:
Yves Senn 2013-06-16 22:52:48 -07:00
commit ce13dc28e4

View file

@ -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
#