标签: ruby-on-rails-3 timezone
我想显示用户的时区。
@user.time_zone will display the city name "Brussels"
我怎样才能获得GMT的全区时区:
(GMT+01:00) Brussels
答案 0 :(得分:0)
我终于找到了诀窍
ActiveSupport::TimeZone[@user.time_zone]
显示完整的用户时区