From 0c9e7b69d84bfb505022f3665f50e5eebe3fc0b0 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Tue, 1 May 2012 19:18:47 +0530 Subject: more edits [ci skip] --- activesupport/lib/active_support/values/time_zone.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support') 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 -- cgit v1.2.3