Method: ActiveSupport::TimeZone.find_tzinfo
- Defined in:
- activesupport/lib/active_support/values/time_zone.rb
permalink .find_tzinfo(name) ⇒ Object
[View source]
205 206 207 |
# File 'activesupport/lib/active_support/values/time_zone.rb', line 205 def find_tzinfo(name) TZInfo::Timezone.get(MAPPING[name] || name) end |