Convert UTC to local time in Rails 3

后端 未结 6 941
面向向阳花
面向向阳花 2020-11-30 19:14

I\'m having trouble converting a UTC Time or TimeWithZone to local time in Rails 3.

Say moment is some Time varia

6条回答
  •  粉色の甜心
    2020-11-30 19:34

    There is actually a nice Gem called local_time by basecamp to do all of that on client side only, I believe:

    https://github.com/basecamp/local_time

提交回复
热议问题