diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-08-16 01:36:28 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-08-16 01:36:28 +0000 |
commit | 5afbff7bc27fc2a937ed15429e0ade9d98460907 (patch) | |
tree | 052560c1194f4419063f4011a5ffb985ef0f9bf5 | |
parent | de6d4f7e7bdb78e5cb443a2e327265b52cde0d44 (diff) |
duplicated statement removed in comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/time.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/time.rb b/lib/time.rb index ffccdeca5e..4eb888aef6 100644 --- a/lib/time.rb +++ b/lib/time.rb @@ -86,7 +86,6 @@ class Time def zone_utc?(zone) # * +0000 # In RFC 2822, +0000 indicate a time zone at Universal Time. - # Europe/London is "a time zone at Universal Time" in Winter. # Europe/Lisbon is "a time zone at Universal Time" in Winter. # Atlantic/Reykjavik is "a time zone at Universal Time". # Africa/Dakar is "a time zone at Universal Time". |