tzinfo()
TODO: Preload instead of lazy load for thread safety
# File activesupport/lib/active_support/values/time_zone.rb, line 290 def tzinfo @tzinfo ||= TZInfo::Timezone.get(MAPPING[name]) end