aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorClaudio B. <claudiob@users.noreply.github.com>2015-10-19 13:48:12 -0700
committerClaudio B. <claudiob@users.noreply.github.com>2015-10-19 13:48:12 -0700
commitb859d97081c688f627eda30fc1c601e4ec070205 (patch)
tree96439c4df52003b21bcf4baac3d86febd4fa2d24 /activesupport/lib
parentb456e76f58a05a127bb670e63a9446e457f1f59d (diff)
parent2cecd213702fedce27840a62d07df1359d67f351 (diff)
downloadrails-b859d97081c688f627eda30fc1c601e4ec070205.tar.gz
rails-b859d97081c688f627eda30fc1c601e4ec070205.tar.bz2
rails-b859d97081c688f627eda30fc1c601e4ec070205.zip
Merge pull request #21991 from philr/doc_tzinfo_no_longer_bundled
Remove outdated documentation regarding a bundled version of TZInfo
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support/values/time_zone.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/activesupport/lib/active_support/values/time_zone.rb b/activesupport/lib/active_support/values/time_zone.rb
index 681f659100..9f4bb6762d 100644
--- a/activesupport/lib/active_support/values/time_zone.rb
+++ b/activesupport/lib/active_support/values/time_zone.rb
@@ -26,12 +26,6 @@ module ActiveSupport
# Time.zone # => #<ActiveSupport::TimeZone:0x514834...>
# Time.zone.name # => "Eastern Time (US & Canada)"
# Time.zone.now # => Sun, 18 May 2008 14:30:44 EDT -04:00
- #
- # The version of TZInfo bundled with Active Support only includes the
- # definitions necessary to support the zones defined by the TimeZone class.
- # If you need to use zones that aren't defined by TimeZone, you'll need to
- # install the TZInfo gem (if a recent version of the gem is installed locally,
- # this will be used instead of the bundled version.)
class TimeZone
# Keys are Rails TimeZone names, values are TZInfo identifiers.
MAPPING = {