diff options
author | Chris Dosé <chris@peek.com> | 2017-04-16 15:03:31 -0700 |
---|---|---|
committer | Chris Dosé <chris@peek.com> | 2017-04-16 15:03:31 -0700 |
commit | 5b32746cc0aa11b78570f6dadba63624ee589b78 (patch) | |
tree | 28d723fae1394b3cba1d57034817adf1625e9734 /activesupport/lib | |
parent | b6ae8cb9902af9e8a2802d79abb1819783cb6930 (diff) | |
download | rails-5b32746cc0aa11b78570f6dadba63624ee589b78.tar.gz rails-5b32746cc0aa11b78570f6dadba63624ee589b78.tar.bz2 rails-5b32746cc0aa11b78570f6dadba63624ee589b78.zip |
There are actually only 134 unique timezones.
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/values/time_zone.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/values/time_zone.rb b/activesupport/lib/active_support/values/time_zone.rb index 9dda482ed8..96a541a4ef 100644 --- a/activesupport/lib/active_support/values/time_zone.rb +++ b/activesupport/lib/active_support/values/time_zone.rb @@ -6,7 +6,7 @@ module ActiveSupport # The TimeZone class serves as a wrapper around TZInfo::Timezone instances. # It allows us to do the following: # - # * Limit the set of zones provided by TZInfo to a meaningful subset of 146 + # * Limit the set of zones provided by TZInfo to a meaningful subset of 134 # zones. # * Retrieve and display zones with a friendlier name # (e.g., "Eastern Time (US & Canada)" instead of "America/New_York"). |