method
find_tzinfo
v3.2.8 -
Show latest stable
- Class:
ActiveSupport::TimeZone
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