summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-30 21:50:11 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-30 21:50:11 +0000
commit0156faf5a2de9f5863f514b7112b7442f155a031 (patch)
treea3a3a865eaef8a41c4b3deef226e77fc81acb921 /NEWS
parent013952e61bcfc0aa7e6536eb4d6bec4c31548e27 (diff)
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 29be685a7e..53b904b2c1 100644
--- a/NEWS
+++ b/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| }