[前][次][番号順一覧][スレッド一覧]

ruby-changes:33722

From: akr <ko1@a...>
Date: Sun, 4 May 2014 03:47:46 +0900 (JST)
Subject: [ruby-changes:33722] akr:r45803 (trunk): [DOC]

akr	2014-05-04 03:47:41 +0900 (Sun, 04 May 2014)

  New Revision: 45803

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45803

  Log:
    [DOC]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 45802)
+++ NEWS	(revision 45803)
@@ -70,6 +70,11 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L70
 
 === Stdlib compatibility issues (excluding feature bug fixes)
 
+* time.rb
+  * Time.parse, Time.strptime, Time.rfc2822, Time.xmlschema produces
+    fixed-offset Time objects to preserve the offset from UTC.
+  * Time.httpdate produces always UTC Time object.
+
 === Built-in global variables compatibility issues
 
 === C API updates

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]