From: Matt Amos Date: Thu, 14 May 2009 13:13:09 +0000 (+0000) Subject: Oops. Fixed another Time/DateTime problem. X-Git-Tag: live~7420 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/66ae650c95df1ff38292eac4f7a3ae265dc2d71c Oops. Fixed another Time/DateTime problem. --- diff --git a/test/fixtures/changesets.yml b/test/fixtures/changesets.yml index b6b7ac236..f7d898210 100644 --- a/test/fixtures/changesets.yml +++ b/test/fixtures/changesets.yml @@ -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 %>