summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-04 20:56:28 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-04 20:56:28 +0000
commita72f9f34767f9f2a6e8b7e22251949e65d2fe39d (patch)
tree1cb8dad1e0e7cf166c76ee50402a5f7dae35a2cc /ChangeLog
parentd9087ffebca0e5637246d4b8dce35c65d28f40a1 (diff)
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
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 <tadf@dotrb.org>
+
+ * 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 <akr@fsij.org>
* lib/time.rb (Time.force_zone!): Use usual local time if it has