From cba511b96b9b9fbf73621b972c092ad9b2171fde Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 28 Feb 2008 18:32:17 +0000 Subject: * test/ruby/test_time.rb (test_readers): fix typo. (test_strftime): "UTC" is also ok for time.gmtime.strftime("%Z"). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index eafe478b3..d127a2d65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 29 03:22:19 2008 NARUSE, Yui + + * test/ruby/test_time.rb (test_readers): fix typo. + (test_strftime): "UTC" is also ok for time.gmtime.strftime("%Z"). + Fri Feb 29 02:50:07 2008 NARUSE, Yui * string.c (str_new): remove encoding assumption of empty string. -- cgit