class method
self.find_tzinfo
Ruby on Rails 6.1.7.10
Since v2.3.18Signature
self.find_tzinfo(name)
No documentation comment.
Parameters
-
namereq
Source
# File activesupport/lib/active_support/values/time_zone.rb, line 205
def find_tzinfo(name)
TZInfo::Timezone.get(MAPPING[name] || name)
end
Defined in activesupport/lib/active_support/values/time_zone.rb line 205
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::TimeZone