method
lookup
v2.3.8 -
Show latest stable
- Class:
ActiveSupport::TimeZone
lookup(name)private
No documentation available.
# File activesupport/lib/active_support/values/time_zone.rb, line 407
def lookup(name)
(tzinfo = find_tzinfo(name)) && create(tzinfo.name.freeze)
end