From fcf308e5fc6e0015a89ac57f6d40fec4bc3d99db Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 8 Oct 2018 04:03:32 +0000 Subject: 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 --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NEWS') 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` -- cgit v1.2.3