I\'m having trouble converting a UTC Time or TimeWithZone to local time in Rails 3.
Time
TimeWithZone
Say moment is some Time varia
moment
There is actually a nice Gem called local_time by basecamp to do all of that on client side only, I believe:
local_time
https://github.com/basecamp/local_time