mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49093 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d03c86391b
commit
331b0ac55b
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ require 'date'
|
|||
# #parse takes a string representation of a Time and attempts to parse it
|
||||
# using a heuristic.
|
||||
#
|
||||
# Date.parse("2010-10-31") #=> 2010-10-31 00:00:00 -0500
|
||||
# Time.parse("2010-10-31") #=> 2010-10-31 00:00:00 -0500
|
||||
#
|
||||
# Any missing pieces of the date are inferred based on the current date.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue