mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* NEWS: add Time#to_r.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1d9f6c92b7
commit
dfffa96baa
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri May 22 21:38:55 2009 Yusuke Endoh <mame@tsg.ne.jp>
|
||||
|
||||
* NEWS: add Time#to_r.
|
||||
|
||||
Fri May 22 20:29:01 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
||||
|
||||
* config.guess: moved into tool/.
|
||||
|
|
3
NEWS
3
NEWS
|
@ -54,6 +54,9 @@ with all sufficient information, see the ChangeLog file.
|
|||
* Time.new have optional arguments to specify date with time offset.
|
||||
* Time#getlocal, Time#localtime have optional time offset argument.
|
||||
|
||||
* new method:
|
||||
* Time#to_r
|
||||
|
||||
* incompatible changes:
|
||||
* The year argument of Time.{utc,gm,local,mktime} is now interpreted as
|
||||
the value itself. For example, Time.utc(99) means the year 99 AD,
|
||||
|
|
Loading…
Reference in a new issue