aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2008-03-11 07:19:36 +0000
committerGeoff Buesing <gbuesing@gmail.com>2008-03-11 07:19:36 +0000
commit5483de0cc345772eb22a461c4509a0bd072863a9 (patch)
treee105e2f0dab30ef35d25fee2ebe287670e4d5241 /activesupport/CHANGELOG
parent3af5b278397c8162b2ac29bd8eeac1239e4fea15 (diff)
downloadrails-5483de0cc345772eb22a461c4509a0bd072863a9.tar.gz
rails-5483de0cc345772eb22a461c4509a0bd072863a9.tar.bz2
rails-5483de0cc345772eb22a461c4509a0bd072863a9.zip
Fix Numeric time tests broken by DST change by anchoring them to fixed times instead of Time.now. Anchor TimeZone#now DST test to time specified with Time.at instead of Time.local to work around platform differences with Time.local and DST representation
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9009 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index ba28b46134..14029fb8f4 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix Numeric time tests broken by DST change by anchoring them to fixed times instead of Time.now. Anchor TimeZone#now DST test to time specified with Time.at instead of Time.local to work around platform differences with Time.local and DST representation [Geoff Buesing]
+
* Removing unneeded #change_time_zone method from Time, DateTime and TimeWithZone [Geoff Buesing]
* TimeZone #local and #now correctly enforce DST rules [Geoff Buesing]