# File lib/active_support/core_ext/time/zones.rb, line 64
    def find_zone(time_zone)
      find_zone!(time_zone) rescue nil
    end