aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-03 15:23:29 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-03 15:23:29 +0000
commitc4f29a657691a70165b937e43e608565da2eca49 (patch)
tree130be1aae3503a2e0b0c3d53c6492ea1315fa947 /ChangeLog
parent0a76ec34eac00a971617d833d2c42ed68f12f911 (diff)
downloadruby-c4f29a657691a70165b937e43e608565da2eca49.tar.gz
* lib/time.rb (make_time): Produce fixed-offset time object if
appropriate. (Time.strptime): Use d[:zone] instead of d[:offset]. * lib/rss/rss.rb (Time.w3cdtf): Produce fixed-offset time object if appropriate. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index af14c8a5be..57bd133144 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Sat May 3 23:52:20 2014 Tanaka Akira <akr@fsij.org>
+
+ * lib/time.rb (make_time): Produce fixed-offset time object if
+ appropriate.
+ (Time.strptime): Use d[:zone] instead of d[:offset].
+
+ * lib/rss/rss.rb (Time.w3cdtf): Produce fixed-offset time object if
+ appropriate.
+
Sat May 3 20:21:38 2014 Tanaka Akira <akr@fsij.org>
* lib/time.rb (Time.strptime): Use d[:offset] if d[:seconds] is not