mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
describe about Time.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ac3dcc30da
commit
7930673c5d
1 changed files with 5 additions and 0 deletions
5
NEWS
5
NEWS
|
@ -47,6 +47,11 @@ with all sufficient information, see the ChangeLog file.
|
||||||
* extended methods:
|
* extended methods:
|
||||||
* string[regexp, name] is supported for named capture.
|
* string[regexp, name] is supported for named capture.
|
||||||
|
|
||||||
|
* Time
|
||||||
|
* extended feature:
|
||||||
|
* time_t restriction is removed to represent before 1901 and after 2038.
|
||||||
|
Proleptic Gregorian calendar is used for old dates.
|
||||||
|
|
||||||
* Kernel
|
* Kernel
|
||||||
* extended methods:
|
* extended methods:
|
||||||
* respond_to? returns false for methods which simply raise
|
* respond_to? returns false for methods which simply raise
|
||||||
|
|
Loading…
Reference in a new issue