Oops. Fixed another Time/DateTime problem.
This commit is contained in:
parent
71192daef2
commit
66ae650c95
1 changed files with 1 additions and 1 deletions
2
test/fixtures/changesets.yml
vendored
2
test/fixtures/changesets.yml
vendored
|
@ -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 %>
|
||||
|
|
Loading…
Add table
Reference in a new issue