# File lib/active_support/values/time_zone.rb, line 290 def tzinfo require 'tzinfo' unless defined?(TZInfo) @tzinfo ||= TZInfo::Timezone.get(MAPPING[name]) end