Load application records datetime attributes with time zone

Hi!

My application records datetime attributes are stored as UTC. I would like them to load in a certain time zone when i retrieve them. Is there a standard way to do it? a configuration? any suggestions?

I tried doing in application.rb as in rails, but it did not work:

config.time_zone = 'America/Sao_Paulo'

Thanks!