summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-08 04:03:32 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-08 04:03:32 +0000
commitfcf308e5fc6e0015a89ac57f6d40fec4bc3d99db (patch)
treecb5a947db7decdc303dda63630b4191741c2884d /NEWS
parente94b5221c469082040243f155ec2c2e1825db8e7 (diff)
Timezone at Time#+ and Time#-
* time.c (time_add): support for Timezone. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 92eed9798c..a10ecadc5d 100644
--- a/NEWS
+++ b/NEWS
@@ -263,7 +263,8 @@ sufficient information, see the ChangeLog file or Redmine
* New features:
* `Time.new` and `Time#getlocal` accept a timezone object as
- well as UTC offset string. [Feature #14850]
+ well as UTC offset string. `Time#+`, `Time#-` and `Time#succ`
+ also preserve the timezone. [Feature #14850]
* `TracePoint`