From b5ddc522c39bdfae4be05772df47f2bcee627cf8 Mon Sep 17 00:00:00 2001 From: shugo Date: Thu, 21 Aug 2008 00:30:28 +0000 Subject: * strftime.c (rb_strftime): return "UTC" instead of "GMT". * test/ruby/test_time.rb (test_strftime): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18746 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fc53f20d6..434dbbb98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Aug 21 09:29:01 2008 Shugo Maeda + + * strftime.c (rb_strftime): return "UTC" instead of "GMT". + + * test/ruby/test_time.rb (test_strftime): ditto. + Thu Aug 21 07:59:04 2008 NARUSE, Yui * test/iconv/test_option.rb (test_ignore_option): skip if iconv -- cgit