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