From a18177d5ed270ba7007c12011b9693ec226b1ad6 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 4 May 2014 09:01:19 +0000 Subject: * lib/time.rb (Time.force_zone!): New private method. (Time.make_time): Use Time.force_zone!. (Time.strptime): Ditto. (Time.rfc2822): Ditto. (Time.xmlschema): Ditto. * lib/rss/rss.rb (Time.w3cdtf): Use Time.force_zone!. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 99ce763d23..9c0c112d9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Sun May 4 17:58:12 2014 Tanaka Akira + + * lib/time.rb (Time.force_zone!): New private method. + (Time.make_time): Use Time.force_zone!. + (Time.strptime): Ditto. + (Time.rfc2822): Ditto. + (Time.xmlschema): Ditto. + + * lib/rss/rss.rb (Time.w3cdtf): Use Time.force_zone!. + Sun May 4 10:22:59 2014 Nobuyoshi Nakada * math.c (math_atan2): return values like as expected by C99 if -- cgit v1.2.3