From ba5a0d6b416971b386896088e227e2ec4110b2a3 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Thu, 31 Jan 2013 21:45:24 +0000 Subject: PostgresKit: Update test data and fix not retaining timestamp properties. --- Frameworks/PostgresKit/Resources/TestData.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Frameworks/PostgresKit/Resources/TestData.sql') diff --git a/Frameworks/PostgresKit/Resources/TestData.sql b/Frameworks/PostgresKit/Resources/TestData.sql index e351f43f..574d1702 100644 --- a/Frameworks/PostgresKit/Resources/TestData.sql +++ b/Frameworks/PostgresKit/Resources/TestData.sql @@ -58,9 +58,9 @@ VALUES ( 'VARCHAR', '08-04-1987', '02:02:02', - '02:02:02 GMT', + '02:02:02 +1000', '08-04-1987 02:02:02', - '08-04-1987 02:02:02 GMT'); + '08-04-1987 02:02:02 +0000'); COMMIT; -- cgit v1.2.3