postgres: tests: improved number->timestamp tests (#81495)
* postgres: tests: nicer values * postgres: tests: add float-to-timestamp tests
This commit is contained in:
+1
-1
@@ -8,5 +8,5 @@ CREATE TEMPORARY TABLE tbl (
|
||||
);
|
||||
|
||||
INSERT INTO tbl (reallyt, "time", n, timeend) VALUES
|
||||
('2023-12-24T14:21:27 UTC', 1703161287, 1703161287, 1703161312),
|
||||
('2023-12-21T12:21:27 UTC', 1703161287, 1703161287, 1703161312),
|
||||
(NULL, NULL, NULL, NULL);
|
||||
Reference in New Issue
Block a user