In Ruby/Rails, how do I convert a UTC DateTime to another time zone?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
Example:
or just
You can find the names of the ActiveSupport time zones by doing:
|
|||||||||||||||||
|
|
Try ActiveSupport's TimeWithZone objects manipulated with TimeZone. ActiveSupport also provides the in_time_zone method for converting a UTC time to a specified TimeZone time zone. mckeed's answer shows the code. |
|||||||||
|