method
find_tzinfo
v7.0.0 -
Show latest stable
- Class:
ActiveSupport::TimeZone
find_tzinfo(name)public
No documentation available.
# File activesupport/lib/active_support/values/time_zone.rb, line 205
def find_tzinfo(name)
TZInfo::Timezone.get(MAPPING[name] || name)
end