diff options
author | Rick Olson <technoweenie@gmail.com> | 2008-04-01 20:25:26 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2008-04-01 20:25:26 +0000 |
commit | 1eb57a6870cbaa0f965f1c1cf7681a67785e71b0 (patch) | |
tree | 329bceef9208beeae74d7f043f1a3fcb8aafb3aa /activesupport/CHANGELOG | |
parent | d450ac4459165e3af6e45798a6afeac1876f3bc4 (diff) | |
download | rails-1eb57a6870cbaa0f965f1c1cf7681a67785e71b0.tar.gz rails-1eb57a6870cbaa0f965f1c1cf7681a67785e71b0.tar.bz2 rails-1eb57a6870cbaa0f965f1c1cf7681a67785e71b0.zip |
Add config.active_support.use_standard_json_time_format setting so that Times and Dates export to ISO 8601 dates. [rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9203 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 cd48b01c19..6ff50eab54 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Add config.active_support.use_standard_json_time_format setting so that Times and Dates export to ISO 8601 dates. [rick] + * TZInfo: Removing unneeded TimezoneProxy class [Geoff Buesing] * TZInfo: Removing unneeded TimezoneIndexDefinition, since we're not including Indexes::Timezones [Geoff Buesing] |