In application.rb, it says:
application.rb
Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. Run \"rake
You need to use in_time_zone (i.e. Time.now.in_time_zone) to get some something other than UTC.
in_time_zone
Time.now.in_time_zone