public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Search Repo:
Updating changelogs
gbuesing (author)
Thu May 08 19:58:37 -0700 2008
commit  618d695f1115c00ce058950af199d5d4dc06385a
tree    307bbf0cd7b4fd04457a6d5a030eb9726ca80809
parent  06a7c2948a8dbf31357b552d468fcf42002736e7
...
1
2
 
 
3
4
5
...
1
2
3
4
5
6
7
0
@@ -1,5 +1,7 @@
0
 *SVN*
0
 
0
+* Time zone aware attribute methods use Time.zone.parse instead of #to_time for String arguments, so that offset information in String is respected. Resolves #105. [Scott Fleckenstein, Geoff Buesing]
0
+
0
 * Added change_table for migrations (Jeff Dean) [#71]. Example:
0
 
0
     change_table :videos do |t|
...
1
2
 
 
 
 
3
4
5
...
1
2
3
4
5
6
7
8
9
0
@@ -1,5 +1,9 @@
0
 *SVN*
0
 
0
+* Time.zone.parse return nil for strings with no date information [Geoff Buesing]
0
+
0
+* Time.zone.parse respects offset information in string. Resolves #105. [Scott Fleckenstein, Geoff Buesing]
0
+
0
 * Added Ruby 1.8 implementation of Process.daemon
0
 
0
 * Duration #since and #ago with no argument (e.g., 5.days.ago) return TimeWithZone when config.time_zone is set. Introducing Time.current, which returns Time.zone.now if config.time_zone is set, otherwise just returns Time.now [Geoff Buesing]

Comments

    No one has commented yet.