aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy McAnally <jeremymcanally@jeremy-mcanallys-macbook.local>2008-05-29 13:30:37 -0400
committerJeremy McAnally <jeremymcanally@jeremy-mcanallys-macbook.local>2008-05-29 13:30:37 -0400
commit281a428f11c9c086a3ab33e68bdd41c928f95e53 (patch)
treefebdee4a107ac0a26b096ca86695f2991acceb6a /activesupport/CHANGELOG
parentd2e2c02879110602909f31a804e4eb4a6f3419b5 (diff)
parent305eb5b031b1f2489e9963368358b7e9a16c0d00 (diff)
downloadrails-281a428f11c9c086a3ab33e68bdd41c928f95e53.tar.gz
rails-281a428f11c9c086a3ab33e68bdd41c928f95e53.tar.bz2
rails-281a428f11c9c086a3ab33e68bdd41c928f95e53.zip
Merge branch 'master' of git@github.com:lifo/docrails
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 6250f33998..7e408840c4 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,3 +1,5 @@
+* TimeZone#to_s shows offset as GMT instead of UTC, because GMT will be more familiar to end users (see time zone selects used by Windows OS, google.com and yahoo.com.) Reverts [8370] [Geoff Buesing]
+
* Hash.from_xml: datetime xml types overflow to Ruby DateTime class when out of range of Time. Adding tests for utc offsets [Geoff Buesing]
* TimeWithZone #+ and #- : ensure overflow to DateTime with Numeric arg [Geoff Buesing]