diff --git a/lib/time.rb b/lib/time.rb index cb9c304..afaa8d4 100644 --- a/lib/time.rb +++ b/lib/time.rb @@ -510,7 +510,7 @@ def strptime(date, format, now=self.now) # require 'time' # # Time.rfc2822("Wed, 05 Oct 2011 22:26:12 -0400") - # #=> 2010-10-05 22:26:12 -0400 + # #=> 2011-10-05 22:26:12 -0400 # # You must require 'time' to use this method. #