This method is deprecated or moved on the latest stable version. The last existing version (v2.1.0) is shown here.
tzinfo()
TODO: Preload instead of lazy load for thread safety
# File activesupport/lib/active_support/values/time_zone.rb, line 283 def tzinfo @tzinfo ||= TZInfo::Timezone.get(MAPPING[name]) end