From 08036ae8c5e62d843831b43447f12ad6613e728b Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sun, 26 May 2013 20:27:34 +0000 Subject: Update test data script to set the timezone for the session. --- Frameworks/PostgresKit/Resources/TestData.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/Frameworks/PostgresKit/Resources/TestData.sql b/Frameworks/PostgresKit/Resources/TestData.sql index 574d1702..ff904d12 100644 --- a/Frameworks/PostgresKit/Resources/TestData.sql +++ b/Frameworks/PostgresKit/Resources/TestData.sql @@ -10,6 +10,7 @@ -- CREATE USER pgkit_test WITH PASSWORD 'pgkit'; SET datestyle = 'DMY'; +SET timezone = 'Europe/London'; SET client_encoding = 'UNICODE'; BEGIN; -- cgit v1.2.3