Method: ActiveSupport::TimeZone.find_tzinfo

Defined in:
activesupport/lib/active_support/values/time_zone.rb

.find_tzinfo(name) ⇒ Object



207
208
209
# File 'activesupport/lib/active_support/values/time_zone.rb', line 207

def find_tzinfo(name)
  TZInfo::Timezone.get(MAPPING[name] || name)
end