diff options
author | Geoff Buesing <gbuesing@gmail.com> | 2008-01-23 02:46:47 +0000 |
---|---|---|
committer | Geoff Buesing <gbuesing@gmail.com> | 2008-01-23 02:46:47 +0000 |
commit | abb24b484fcb306be17dd06a8a2d12ca5a035aeb (patch) | |
tree | 96de38f875c4048b27e6fae61de0d00111a66014 /activesupport/CHANGELOG | |
parent | 2e7b2f03448e5759113ce0c182ed99897342c7a9 (diff) | |
download | rails-abb24b484fcb306be17dd06a8a2d12ca5a035aeb.tar.gz rails-abb24b484fcb306be17dd06a8a2d12ca5a035aeb.tar.bz2 rails-abb24b484fcb306be17dd06a8a2d12ca5a035aeb.zip |
Adding Time and DateTime #formatted_offset, for outputting +HH:MM utc offset strings with cross-platform consistency
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8698 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 d2d8353cd8..f7ab486ad7 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Adding Time and DateTime #formatted_offset, for outputting +HH:MM utc offset strings with cross-platform consistency [Geoff Buesing] + * Adding alternate_utc_string option to TimeZone#formatted_offset. Removing unneeded TimeZone#offset. [Geoff Buesing] * Introduce ActiveSupport::TimeWithZone, for wrapping Time instances with a TimeZone. Introduce instance methods to Time for creating TimeWithZone instances, and class methods for managing a global time zone. [Geoff Buesing] |