Topic: config.time_zone Doesn't Appear to Change Time Zone
I'm attempting to change the over all Time Zone of my application. However, The database is still saving records in UTC.
In config/environment.rb
config.time_zone = "Eastern Time (US & Canada)"
however t.timestamps is still providing: updated_at: "2008-12-02 22:23:07"
Any ideas?