Fixed problem with Time vs. DateTime classes in fixtures. Weirdly only affected mysql backend.

This commit is contained in:
Matt Amos 2009-05-14 11:52:15 +00:00
parent d7badc8402
commit 71192daef2

View file

@ -17,7 +17,7 @@ normal_user_first_change:
public_user_first_change: public_user_first_change:
id: 2 id: 2
user_id: 2 user_id: 2
created_at: <%= Time.now.getutc %> created_at: <%= DateTime.now.utc %>
closed_at: <%= DateTime.now + Rational(1,24) %> closed_at: <%= DateTime.now + Rational(1,24) %>
num_changes: 0 num_changes: 0