diff options
Diffstat (limited to 'activesupport/lib/active_support/values')
-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 65213fb752..9543e50395 100644 --- a/activesupport/lib/active_support/values/time_zone.rb +++ b/activesupport/lib/active_support/values/time_zone.rb @@ -204,7 +204,7 @@ module ActiveSupport @current_period = nil end - # Returns the offset of this time zone in seconds. + # Returns the offset of this time zone from UTC in seconds. def utc_offset if @utc_offset @utc_offset |