Makes CDB_DateToNumber() tests more intuitive 2202

This commit is contained in:
Guido Fioravantti 2015-10-05 14:56:45 +02:00
parent 186ed34ee5
commit 6b3b28f01f
2 changed files with 3 additions and 3 deletions

View File

@ -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);

View File

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