method

find_tzinfo

find_tzinfo(name)
public

No documentation available.

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