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