1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

describe that Time#strftime supports %:z and %::z.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2010-08-30 21:50:11 +00:00
parent 013952e61b
commit 0156faf5a2

4
NEWS
View file

@ -26,6 +26,10 @@ with all sufficient information, see the ChangeLog file.
* new methods:
* String#prepend
* Time
* extended methods:
* Time#strftime supports %:z and %::z.
* io/console
* new methods:
* IO#noecho {|io| }