In Rails 2.x, I did not need to set any time zone information, and the user, no matter what time zone they were in, would get the time specified by the user in their OS.
Now in Rails 3 everything is displayed in UTC. Is it possible to return this behavior to default without having to insert some js-hacks to detect the user's time zone?
Thank!
Chris
timezone ruby-on-rails
Chris A. May 14 '11 at 17:16 2011-05-14 17:16
source share