diff options
author | Geoff Buesing <gbuesing@gmail.com> | 2008-03-22 18:43:36 +0000 |
---|---|---|
committer | Geoff Buesing <gbuesing@gmail.com> | 2008-03-22 18:43:36 +0000 |
commit | 29e33161784dae84b1e92f9acf9db7d0f1d0da64 (patch) | |
tree | 5ad2286673d14b79f2896efb0c817c8e9809809d /activesupport/CHANGELOG | |
parent | ea285c2f783f4f06918b9c5f5956cf4d5c5e5e25 (diff) | |
download | rails-29e33161784dae84b1e92f9acf9db7d0f1d0da64.tar.gz rails-29e33161784dae84b1e92f9acf9db7d0f1d0da64.tar.bz2 rails-29e33161784dae84b1e92f9acf9db7d0f1d0da64.zip |
Ensure correct TimeWithZone#to_date
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9079 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 651da81eb1..cb04c4d234 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Ensure correct TimeWithZone#to_date [Geoff Buesing] + * Make TimeWithZone work with tzinfo 0.2.x: use TZInfo::Timezone#zone_identifier alias for #abbreviation, silence warnings on tests. Raise LoadError when TZInfo version is < 0.2 by sniffing for TZInfo::TimeOrDateTime constant. Move all tzinfo-dependent TimeZone tests into uses_tzinfo block [Geoff Buesing] * Time, DateTime and TimeWithZone #in_time_zone defaults to Time.zone. Removing now unneeded #in_current_time_zone [Geoff Buesing] |