From 7fd0d4a4d39f99f526cf14f092f330970d71a6a0 Mon Sep 17 00:00:00 2001 From: kosaki Date: Thu, 20 Jan 2011 15:40:04 +0000 Subject: revert unrelated fix from r30615. Sorry! git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/psych/test_json_tree.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/psych/test_json_tree.rb') diff --git a/test/psych/test_json_tree.rb b/test/psych/test_json_tree.rb index 98c4678982..5fcb0d6a37 100644 --- a/test/psych/test_json_tree.rb +++ b/test/psych/test_json_tree.rb @@ -41,8 +41,8 @@ module Psych end def test_time - time = Time.utc(2010, 10, 10).utc - assert_equal "{\"a\": \"2010-10-10 00:00:00.000000000Z\"}\n", Psych.to_json({'a' => time }) + time = Time.new(2010, 10, 10).utc + assert_equal "{\"a\": \"2010-10-10 07:00:00.000000000Z\"}\n", Psych.to_json({'a' => time }) end def test_datetime -- cgit v1.2.3