如何很好地显示用户时区

时间:2013-07-03 14:16:24

标签: ruby-on-rails-3 timezone

我想显示用户的时区。

@user.time_zone will display the city name "Brussels"

我怎样才能获得GMT的全区时区:

(GMT+01:00) Brussels

1 个答案:

答案 0 :(得分:0)

我终于找到了诀窍

ActiveSupport::TimeZone[@user.time_zone]

显示完整的用户时区

(GMT+01:00) Brussels