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