aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-03-09 00:34:17 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-03-09 00:34:17 +0000
commit866cba7bb73dcd9d9ae60e8163655295d825dc58 (patch)
tree66e3b5ffd718e4c041709482108c4722d068060f /activerecord/CHANGELOG
parentc59bce8596b980535664d0caa5b650384c7a0e91 (diff)
downloadrails-866cba7bb73dcd9d9ae60e8163655295d825dc58.tar.gz
rails-866cba7bb73dcd9d9ae60e8163655295d825dc58.tar.bz2
rails-866cba7bb73dcd9d9ae60e8163655295d825dc58.zip
DateTimes assume the default timezone. Closes #7764.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6359 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 02d5be202f..c4020762dd 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* DateTimes assume the default timezone. #7764 [Geoff Buesing]
+
* Sybase: hide timestamp columns since they're inherently read-only. #7716 [Mike Joyce]
* Oracle: overflow Time to DateTime. #7718 [Michael Schoen]