mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/date/date_core.c: [ruby-core:47266].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
280681f40c
commit
c069246931
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Aug 22 19:46:24 2012 Tadayoshi Funaba <tadf@dotrb.org>
|
||||
|
||||
* ext/date/date_core.c: [ruby-core:47266].
|
||||
|
||||
Wed Aug 22 19:41:19 2012 Tadayoshi Funaba <tadf@dotrb.org>
|
||||
|
||||
* ext/date/date_core.c: [ruby-core:47226].
|
||||
|
|
|
@ -9429,11 +9429,11 @@ Init_date_core(void)
|
|||
* zero (equals to UTC).
|
||||
*
|
||||
* DateTime.new(2001,2,3,4,5,6,Rational(3,24))
|
||||
* #=> #<DateTime: 2001-02-03T03:04:05+03:00 ...>
|
||||
* #=> #<DateTime: 2001-02-03T04:05:06+03:00 ...>
|
||||
* also accepts string form.
|
||||
*
|
||||
* DateTime.new(2001,2,3,4,5,6,'+03:00')
|
||||
* #=> #<DateTime: 2001-02-03T03:04:05+03:00 ...>
|
||||
* #=> #<DateTime: 2001-02-03T04:05:06+03:00 ...>
|
||||
*
|
||||
* An optional argument the day of calendar reform (start) denotes
|
||||
* a Julian day number, which should be 2298874 to 2426355 or
|
||||
|
|
Loading…
Add table
Reference in a new issue