Makes CDB_DateToNumber() tests more intuitive 2202

master
Guido Fioravantti 9 years ago
parent 186ed34ee5
commit 6b3b28f01f

@ -1,2 +1,2 @@
SELECT * FROM CDB_DateToNumber('1999-01-08 00:00:00+00'::timestamp);
SELECT * FROM CDB_DateToNumber('1999-01-08 00:00:00+00'::timestamp with time zone);
SELECT * FROM CDB_DateToNumber('1999-01-08 00:00:00'::timestamp);
SELECT * FROM CDB_DateToNumber('1999-01-08 00:00:00+05'::timestamp with time zone);

@ -1,2 +1,2 @@
915753600
915753600
915735600

Loading…
Cancel
Save