aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Resources
diff options
context:
space:
mode:
Diffstat (limited to 'Frameworks/PostgresKit/Resources')
-rw-r--r--Frameworks/PostgresKit/Resources/TestData.sql1
1 files changed, 1 insertions, 0 deletions
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;