Makes CDB_DateToNumber() tests more intuitive 2202
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user