diff options
author | Geoff Buesing <gbuesing@gmail.com> | 2008-02-10 19:02:30 +0000 |
---|---|---|
committer | Geoff Buesing <gbuesing@gmail.com> | 2008-02-10 19:02:30 +0000 |
commit | b9be374ddd2142ca53da3c235e35ccbb70c66842 (patch) | |
tree | 4a1ca7fd3a93903795a71a8201e2c44d8a108695 /activesupport/CHANGELOG | |
parent | db4fc6f206f83d8981e006c80f08bfd4bff02e87 (diff) | |
download | rails-b9be374ddd2142ca53da3c235e35ccbb70c66842.tar.gz rails-b9be374ddd2142ca53da3c235e35ccbb70c66842.tar.bz2 rails-b9be374ddd2142ca53da3c235e35ccbb70c66842.zip |
Time#zone=, #in_time_zone and #change_time_zone accept a Duration
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8850 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 b10c9614d8..c132e5372a 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Time#zone=, #in_time_zone and #change_time_zone accept a Duration [Geoff Buesing] + * Time#in_time_zone handles Time.local instances correctly [Geoff Buesing] * Pruning unneeded Time#change_time_zone_to_current. Enhanced docs to #change_time_zone to explain the difference between this method and #in_time_zone [Geoff Buesing] |