summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-04 11:52:26 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-04 11:52:26 +0000
commitfffbcf286762b9f78dec19c59aaa8ce0babb5551 (patch)
treefc2b4a32c1fb84a5825002daf10e433dd36acc86 /NEWS
parenta18177d5ed270ba7007c12011b9693ec226b1ad6 (diff)
* lib/time.rb (Time.force_zone!): Use usual local time if it has
expected offset from UTC. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 06b265a45b..97b56e9174 100644
--- a/NEWS
+++ b/NEWS
@@ -73,8 +73,9 @@ 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.parse, Time.strptime, Time.rfc2822, Time.xmlschema may produce
+ fixed-offset Time objects.
+ It is happen when usual localtime doesn't preserve the offset from UTC.
* Time.httpdate produces always UTC Time object.
=== Built-in global variables compatibility issues