From ca7c0fee20ac83044c9db471c26e3a78b0275699 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 3 May 2014 18:47:41 +0000 Subject: [PATCH] [DOC] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index a1a5303783..22494bec25 100644 --- a/NEWS +++ b/NEWS @@ -70,6 +70,11 @@ with all sufficient information, see the ChangeLog file. === 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