From: "no6v (Nobuhiro IMAI)" Date: 2013-01-06T11:20:52+09:00 Subject: [ruby-core:51260] [ruby-trunk - Bug #6820] Time#to_s on NEWS Issue #6820 has been updated by no6v (Nobuhiro IMAI). File Time-on-NEWS.patch added =begin This is still leaving... $ ruby -E:utf-8 -ve 'p Encoding.default_internal, Time.now.to_s.encoding' ruby 2.0.0dev (2013-01-06 trunk 38711) [x86_64-linux] # # I attached a patch to drop whole section of Time. Would you confirm that? =end ---------------------------------------- Bug #6820: Time#to_s on NEWS https://bugs.ruby-lang.org/issues/6820#change-35226 Author: no6v (Nobuhiro IMAI) Status: Assigned Priority: Normal Assignee: tenderlovemaking (Aaron Patterson) Category: Target version: 2.0.0 ruby -v: ruby 2.0.0dev (2012-08-01 trunk 36587) [x86_64-linux] =begin The Time section on NEWS file says an encoding of Time#to_s respects Encoding.default_internal, but r33094 says it is always US-ASCII. I guess NEWS file is incorrect. See also #5226. $ ruby -E:utf-8 -ve 'p Encoding.default_internal, Time.now.to_s.encoding' ruby 2.0.0dev (2012-08-01 trunk 36587) [x86_64-linux] # # =end -- http://bugs.ruby-lang.org/