postgres: tests: improved number->timestamp tests (#81495)

* postgres: tests: nicer values

* postgres: tests: add float-to-timestamp tests
This commit is contained in:
Gábor Farkas
2024-01-29 17:27:15 +01:00
committed by GitHub
parent 2d432d6ff3
commit ba544e5b33
9 changed files with 268 additions and 12 deletions
@@ -14,7 +14,7 @@
// | Labels: | Labels: | Labels: | Labels: |
// | Type: []*time.Time | Type: []*time.Time | Type: []*int32 | Type: []*time.Time |
// +-------------------------------+-------------------------------+----------------+-------------------------------+
// | 2023-12-24 14:21:27 +0000 UTC | 2023-12-21 12:21:27 +0000 UTC | 1703161287 | 2023-12-21 12:21:52 +0000 UTC |
// | 2023-12-21 12:21:27 +0000 UTC | 2023-12-21 12:21:27 +0000 UTC | 1703161287 | 2023-12-21 12:21:52 +0000 UTC |
// | null | null | null | null |
// +-------------------------------+-------------------------------+----------------+-------------------------------+
//
@@ -70,7 +70,7 @@
"data": {
"values": [
[
1703427687000,
1703161287000,
null
],
[