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