mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 07:16:58 +02:00
Travis: switch test case to timestamp, dropping the TZ.
The timezone is different in between my own machine and the test system, just get rid of that discrepancy so that the test stop failing.
This commit is contained in:
parent
08fc7fd092
commit
00b002124b
@ -15,7 +15,7 @@ LOAD CSV
|
|||||||
$$ drop table if exists dateformat; $$,
|
$$ drop table if exists dateformat; $$,
|
||||||
$$ create table dateformat (
|
$$ create table dateformat (
|
||||||
rownum smallint,
|
rownum smallint,
|
||||||
ts timestamptz
|
ts timestamp
|
||||||
);
|
);
|
||||||
$$;
|
$$;
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
1 2014-10-02 00:33:12.123456+02
|
1 2014-10-02 00:33:12.123456
|
||||||
2 2014-10-02 00:33:13.123456+02
|
2 2014-10-02 00:33:13.123456
|
||||||
3 2014-10-02 00:33:14.123456+02
|
3 2014-10-02 00:33:14.123456
|
||||||
|
Loading…
Reference in New Issue
Block a user