aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew White <andrew.white@unboxedconsulting.com>2016-04-23 17:17:36 +0100
committerAndrew White <andrew.white@unboxedconsulting.com>2016-04-23 17:17:36 +0100
commit229737e8f367ed0930cd801af459f15d69c18031 (patch)
treedb2ffe7719f89ecf4805f888df0207694c22194b
parent7fb2a637086ae5e4cb8d06582ed7d9b29a6a4f58 (diff)
downloadrails-229737e8f367ed0930cd801af459f15d69c18031.tar.gz
rails-229737e8f367ed0930cd801af459f15d69c18031.tar.bz2
rails-229737e8f367ed0930cd801af459f15d69c18031.zip
Add CHANGELOG entry for #24700
-rw-r--r--activesupport/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 1056b6696f..3c9e1477df 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Add `DateTime#localtime` to return an instance of `Time` in the system's
+ local timezone. Also aliased to `getlocal`.
+
+ *Andrew White*, *Yuichiro Kaneko*
+
* Add `Time#sec_fraction` to return the fraction of a second as a `Rational`.
*Andrew White*