diff options
author | Rick Olson <technoweenie@gmail.com> | 2008-01-29 01:09:49 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2008-01-29 01:09:49 +0000 |
commit | bd72d06374600cb20bbc85127ab8629dd1b2453c (patch) | |
tree | 6bfc7c9da6c53c5288d36aaa6b03dd421116d1e0 /activesupport/CHANGELOG | |
parent | 859ca3a1ea23684c02c39de057e1810b05bd6a46 (diff) | |
download | rails-bd72d06374600cb20bbc85127ab8629dd1b2453c.tar.gz rails-bd72d06374600cb20bbc85127ab8629dd1b2453c.tar.bz2 rails-bd72d06374600cb20bbc85127ab8629dd1b2453c.zip |
Support retrieving TimeZones with a Duration. TimeZone[-28800] == TimeZone[-480.minutes]. [rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8746 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 51e073b1bd..8fb730dfd8 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Support retrieving TimeZones with a Duration. TimeZone[-28800] == TimeZone[-480.minutes]. [rick] + * TimeWithZone#- added, so that #- can handle a Time or TimeWithZone argument correctly [Geoff Buesing] * with_timezone test helper renamed with_env_tz, to distinguish between setting ENV['TZ'] and setting Time.zone in tests [Geoff Buesing] |