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
Родитель 013952e61b
Коммит 0156faf5a2
1 изменённых файлов: 4 добавлений и 0 удалений

4
NEWS
Просмотреть файл

@ -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| }