diff options
| -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 ce46c46092..2ad3ac5c6d 100644 --- a/activesupport/lib/active_support/values/time_zone.rb +++ b/activesupport/lib/active_support/values/time_zone.rb @@ -202,6 +202,7 @@ module ActiveSupport        @current_period = nil      end +    # Returns the offset of this time zone in seconds.      def utc_offset        if @utc_offset          @utc_offset  | 
