# File lib/active_support/core_ext/time/zones.rb, line 37 def zone=(time_zone) Thread.current[:time_zone] = get_zone(time_zone) end