public
Description: Repository for improving Rails documentation
Homepage: http://www.rubyonrails.org
Clone URL: git://github.com/lifo/doc-rails.git
Search Repo:
uniform usage of English term "UTC offset" in time/conversion 
docs (typo corrected)
Xavier Noria (author)
Thu Mar 27 09:53:38 -0700 2008
commit  4fb86bf0d9b6439e5bf8d1955a56e19312e4fe52
tree    0953d7066f5199537436e6853894b1e2fd76862d
parent  3b2eac758104be0ddc1c2369377a46cad44d9f4e
...
48
49
50
51
 
52
53
54
...
48
49
50
 
51
52
53
54
0
@@ -48,7 +48,7 @@ module ActiveSupport #:nodoc:
0
           formatter.respond_to?(:call) ? formatter.call(self).to_s : strftime(formatter)
0
         end
0
         
0
- # Returns the UTF offset as an +HH:MM formatted string.
0
+ # Returns the UTC offset as an +HH:MM formatted string.
0
         #
0
         # Time.local(2000).formatted_offset # => "-06:00"
0
         # Time.local(2000).formatted_offset(false) # => "-0600"

Comments

    No one has commented yet.