Skip to content

Commit

Permalink
AR default_timezone = :utc
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Jul 28, 2011
1 parent 2487eb1 commit 2a4fdfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/finders/activerecord_test_connector.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def setup_connection

ActiveRecord::Base.configurations = { db => configuration }
ActiveRecord::Base.establish_connection(db)
ActiveRecord::Base.default_timezone = :utc
end

def load_schema
Expand Down

0 comments on commit 2a4fdfd

Please sign in to comment.