Oops. Fixed another Time/DateTime problem.

This commit is contained in:
Matt Amos 2009-05-14 13:13:09 +00:00
parent 71192daef2
commit 66ae650c95

View 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 %>