# File lib/active_support/values/time_zone.rb, line 283
  def tzinfo
    @tzinfo ||= TZInfo::Timezone.get(MAPPING[name])
  end