diff options
author | Geoff Buesing <gbuesing@gmail.com> | 2008-03-11 05:39:13 +0000 |
---|---|---|
committer | Geoff Buesing <gbuesing@gmail.com> | 2008-03-11 05:39:13 +0000 |
commit | ba91fddc442ecfbeffb3c7b05fa5851fabc32059 (patch) | |
tree | 3dddf86bf8d3900a0006f12752dcbcc99ee2f33a /activesupport/CHANGELOG | |
parent | 52b57c662c129d72d44fa1ab9920a752c1973482 (diff) | |
download | rails-ba91fddc442ecfbeffb3c7b05fa5851fabc32059.tar.gz rails-ba91fddc442ecfbeffb3c7b05fa5851fabc32059.tar.bz2 rails-ba91fddc442ecfbeffb3c7b05fa5851fabc32059.zip |
TimeZone #local and #now correctly enforce DST rules
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9007 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index ebb25b54e6..f72484d36d 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* TimeZone #local and #now correctly enforce DST rules [Geoff Buesing] + * TimeWithZone instances correctly enforce DST rules. Adding TimeZone#period_for_utc [Geoff Buesing] * test_time_with_datetime_fallback expects DateTime.local_offset instead of DateTime.now.offset [Geoff Buesing] |