From d9087ffebca0e5637246d4b8dce35c65d28f40a1 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 4 May 2014 15:57:16 +0000 Subject: update a comment. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/time.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/time.rb b/lib/time.rb index 387df1f298..b8e3b22998 100644 --- a/lib/time.rb +++ b/lib/time.rb @@ -178,8 +178,8 @@ class Time if zone_utc?(zone) t.utc elsif offset ||= zone_offset(zone) - # Prefer the local (real) timezone over the fixed offset (artificial) - # timezone. + # Prefer the local timezone over the fixed offset timezone because + # the former is a real timezone and latter is an artificial timezone. t.localtime if t.utc_offset != offset # Use the fixed offset timezone only if the local timezone cannot -- cgit v1.2.3