]> git.openstreetmap.org Git - rails.git/commitdiff
Oops. Fixed another Time/DateTime problem.
authorMatt Amos <zerebubuth@gmail.com>
Thu, 14 May 2009 13:13:09 +0000 (13:13 +0000)
committerMatt Amos <zerebubuth@gmail.com>
Thu, 14 May 2009 13:13:09 +0000 (13:13 +0000)
test/fixtures/changesets.yml

index b6b7ac23661690e788d8a08ad11eb987ce7e0b0e..f7d8982106528d1f880d04ffb011576096e489bc 100644 (file)
@@ -38,7 +38,7 @@ public_user_closed_change:
 public_user_version_change:
   id: 4
   user_id: 2
-  created_at: <%= Time.now.getutc %>
+  created_at: <%= DateTime.now.utc %>
   closed_at: <%= DateTime.now + Rational(1,24) %>
   min_lon: <%= 1 * SCALE %>
   min_lat: <%= 1 * SCALE %>