From 42775686d2b32b66c971c0560ba2497c7f8703b2 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sun, 25 Jun 2006 18:04:06 +0000 Subject: PostgreSQL: support microsecond time resolution. Closes #5492. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4494 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/topics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/test/fixtures') diff --git a/activerecord/test/fixtures/topics.yml b/activerecord/test/fixtures/topics.yml index b1e5159be2..e78c0e1b3d 100644 --- a/activerecord/test/fixtures/topics.yml +++ b/activerecord/test/fixtures/topics.yml @@ -3,7 +3,7 @@ first: title: The First Topic author_name: David author_email_address: david@loudthinking.com - written_on: 2003-07-16t15:28:00.00+01:00 + written_on: 2003-07-16t15:28:11.2233+01:00 last_read: 2004-04-15 bonus_time: 2005-01-30t15:28:00.00+01:00 content: Have a nice day -- cgit v1.2.3