From 08bda903ec2b391e3d5660fdd1ea8f6137fecbd8 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Thu, 9 Feb 2006 19:46:12 +0000 Subject: [PATCH] Update AR default timezone docs. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3561 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/lib/active_record/timestamp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/lib/active_record/timestamp.rb b/activerecord/lib/active_record/timestamp.rb index eb82728a0e..2877510ae4 100644 --- a/activerecord/lib/active_record/timestamp.rb +++ b/activerecord/lib/active_record/timestamp.rb @@ -4,7 +4,7 @@ module ActiveRecord # automatically included, so you don't need to do that manually. # # This behavior can be turned off by setting ActiveRecord::Base.record_timestamps = false. - # This behavior can use GMT by setting ActiveRecord::Base.timestamps_gmt = true + # This behavior by default uses local time, but can use UTC by setting ActiveRecord::Base.default_timezone = :utc module Timestamp def self.append_features(base) # :nodoc: super