aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew White <andyw@pixeltrix.co.uk>2013-07-09 15:40:59 +0100
committerAndrew White <andyw@pixeltrix.co.uk>2013-07-09 15:40:59 +0100
commitb775987e72260233c66080483b3c964f9549d094 (patch)
tree19103789c23b3bbbd791346d4351b2eb5a486efc /activesupport/CHANGELOG.md
parentccad803bf44fe30602a041ff0ab1cbe985bc3840 (diff)
downloadrails-b775987e72260233c66080483b3c964f9549d094.tar.gz
rails-b775987e72260233c66080483b3c964f9549d094.tar.bz2
rails-b775987e72260233c66080483b3c964f9549d094.zip
Return local time for backwards compatibility
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 21a726bfc1..20579e44d3 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,6 +1,6 @@
## unreleased ##
-* Make `Time.at_with_coercion` retain the second fraction and offset from UTC.
+* Make `Time.at_with_coercion` retain the second fraction and return local time.
Fixes #11350