diff options
author | Chris Dosé <chris@peek.com> | 2017-04-16 15:01:41 -0700 |
---|---|---|
committer | Chris Dosé <chris@peek.com> | 2017-04-16 15:01:41 -0700 |
commit | b6ae8cb9902af9e8a2802d79abb1819783cb6930 (patch) | |
tree | d7257dab88e64c298bd6a12acd2131f2abb4fc9a /activesupport/lib | |
parent | e1e3be7c02acb0facbf81a97bbfe6d1a6e9ca598 (diff) | |
download | rails-b6ae8cb9902af9e8a2802d79abb1819783cb6930.tar.gz rails-b6ae8cb9902af9e8a2802d79abb1819783cb6930.tar.bz2 rails-b6ae8cb9902af9e8a2802d79abb1819783cb6930.zip |
Add Puerto Rico support to ActiveSupport::TimeZone
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/values/time_zone.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/values/time_zone.rb b/activesupport/lib/active_support/values/time_zone.rb index ce5207546d..9dda482ed8 100644 --- a/activesupport/lib/active_support/values/time_zone.rb +++ b/activesupport/lib/active_support/values/time_zone.rb @@ -59,6 +59,7 @@ module ActiveSupport "Buenos Aires" => "America/Argentina/Buenos_Aires", "Montevideo" => "America/Montevideo", "Georgetown" => "America/Guyana", + "Puerto Rico" => "America/Puerto_Rico", "Greenland" => "America/Godthab", "Mid-Atlantic" => "Atlantic/South_Georgia", "Azores" => "Atlantic/Azores", |