diff options
author | Geoff Buesing <gbuesing@gmail.com> | 2008-01-23 20:49:53 +0000 |
---|---|---|
committer | Geoff Buesing <gbuesing@gmail.com> | 2008-01-23 20:49:53 +0000 |
commit | 213fac6f49532e7ee08348542e80465088b9bf5d (patch) | |
tree | 955a7643f4559bf23cb20f00dfa0215c60ddaa72 /activesupport/CHANGELOG | |
parent | cb8de22dfb7a6dd5cb5bdca0d38ae797925e89d7 (diff) | |
download | rails-213fac6f49532e7ee08348542e80465088b9bf5d.tar.gz rails-213fac6f49532e7ee08348542e80465088b9bf5d.tar.bz2 rails-213fac6f49532e7ee08348542e80465088b9bf5d.zip |
TimeZone#now returns an ActiveSupport::TimeWithZone
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8710 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 633b9cbb89..5b9d72d1dc 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* TimeZone#now returns an ActiveSupport::TimeWithZone [Geoff Buesing] + * Time #in_current_time_zone and #change_time_zone_to_current return self when Time.zone is nil [Geoff Buesing] * Remove unneeded #to_datetime_default_s alias for DateTime#to_s, given that we inherit a #to_default_s from Date that does exactly the same thing [Geoff Buesing] |