hi, I'm trying to understand why I can not make time_zone working. It always return the same date whatever time_zone I configured :
>> Time.zone => #<ActiveSupport::TimeZone:0x7fca81c99318 @utc_offset=3600, @name="Paris", @tzinfo=nil> >> User.first.silent_mode_at => Sat Jan 01 22:00:00 UTC 2000 >> Time.zone="Hawaii" => "Hawaii" >> User.first.silent_mode_at => Sat Jan 01 22:00:00 UTC 2000 Should'nt the time change after I setup the Time.zone properly ? Thank you! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

