From 60d58a96b8e3ffb1e5b6c45a90d7f884d564ded2 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Mon, 7 Sep 2015 20:00:05 +0200 Subject: [PATCH] Travis: let's try to force client timezone. The cvs-parse-date test is failing on Travis because the server up there in the Cloud isn't using the same timezone as my local machine. Let's just force the timezone in the SET clause... --- test/csv-parse-date.load | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/csv-parse-date.load b/test/csv-parse-date.load index db74ba8..576d939 100644 --- a/test/csv-parse-date.load +++ b/test/csv-parse-date.load @@ -12,7 +12,7 @@ LOAD CSV fields escaped by double-quote, fields terminated by ',' - SET client_encoding to 'latin1', + SET timezone to 'Europe/Paris', work_mem to '12MB', standard_conforming_strings to 'on'