From a72f9f34767f9f2a6e8b7e22251949e65d2fe39d Mon Sep 17 00:00:00 2001 From: tadf Date: Sun, 4 May 2014 20:56:28 +0000 Subject: * ext/date/date_core.c (rt_rewrite_frags): a new feature (not a bug fix) of strptime. applies offset even if the given date is not local time (%s and %Q). This is an exceptional feature and I do NOT recommend to use this at all. Thank you git community. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cad4cff7ae..9ceaca2094 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon May 5 01:12:27 2014 Tadayoshi Funaba + + * ext/date/date_core.c (rt_rewrite_frags): a new feature (not a + bug fix) of strptime. applies offset even if the given date is + not local time (%s and %Q). This is an exceptional feature and + I do NOT recommend to use this at all. Thank you git community. + Sun May 4 20:51:32 2014 Tanaka Akira * lib/time.rb (Time.force_zone!): Use usual local time if it has -- cgit v1.2.3