method

find_tzinfo

find_tzinfo(name)
public

No documentation available.

# File activesupport/lib/active_support/values/time_zone.rb, line 316
    def self.find_tzinfo(name)
      TZInfo::TimezoneProxy.new(MAPPING[name] || name)
    end