aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2008-03-22 02:23:09 +0000
committerGeoff Buesing <gbuesing@gmail.com>2008-03-22 02:23:09 +0000
commit1ec8a7f4e0acd45d960512d2736d90473714ad48 (patch)
tree4fef56bfc71ed14b1ddc3e6a90447a1fd91be2c8 /railties/CHANGELOG
parent5c1be2812ddc81a3ac5b65c8a461a9622e41b31c (diff)
downloadrails-1ec8a7f4e0acd45d960512d2736d90473714ad48.tar.gz
rails-1ec8a7f4e0acd45d960512d2736d90473714ad48.tar.bz2
rails-1ec8a7f4e0acd45d960512d2736d90473714ad48.zip
Added config.time_zone = 'UTC' as a commented-out option in the default environment.rb
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9076 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index a22efda9be..bf5de6e025 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added config.time_zone = 'UTC' as a commented-out option in the default environment.rb [Geoff Buesing]
+
* Adding rake tasks time:zones:all, time:zones:us and time:zones:local for finding time zone names for config.time_zone option [Geoff Buesing]
* Added support for installing plugins hosted at git repositories #11294 [danger]