aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorPhil Ross <phil.ross@gmail.com>2015-10-18 22:06:54 +0100
committerPhil Ross <phil.ross@gmail.com>2015-10-18 22:06:54 +0100
commit2cecd213702fedce27840a62d07df1359d67f351 (patch)
treed05ea0344222564ab4318bc45181d6ca46296b75 /activesupport
parentdd2c94aea6de51b58f75f192e5de16e791b9d2d9 (diff)
downloadrails-2cecd213702fedce27840a62d07df1359d67f351.tar.gz
rails-2cecd213702fedce27840a62d07df1359d67f351.tar.bz2
rails-2cecd213702fedce27840a62d07df1359d67f351.zip
Remove outdated statement about bundled TZInfo.
The bundled version of TZInfo referred to was removed from Active Support in version 3.0.
Diffstat (limited to 'activesupport')
-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 = {