postgres: tests: adjusted the timestamps to be in UTC (#80704)
This commit is contained in:
+7
-7
@@ -15,13 +15,13 @@
|
||||
// | Labels: | Labels: c=a | Labels: c=b |
|
||||
// | Type: []time.Time | Type: []*float64 | Type: []*float64 |
|
||||
// +-------------------------------+------------------+------------------+
|
||||
// | 2023-12-24 15:15:00 +0100 CET | null | null |
|
||||
// | 2023-12-24 15:20:00 +0100 CET | 15 | 115 |
|
||||
// | 2023-12-24 15:25:00 +0100 CET | null | null |
|
||||
// | 2023-12-24 15:30:00 +0100 CET | null | null |
|
||||
// | 2023-12-24 15:35:00 +0100 CET | 50 | 150 |
|
||||
// | 2023-12-24 15:40:00 +0100 CET | null | null |
|
||||
// | 2023-12-24 15:45:00 +0100 CET | null | null |
|
||||
// | 2023-12-24 14:15:00 +0000 UTC | null | null |
|
||||
// | 2023-12-24 14:20:00 +0000 UTC | 15 | 115 |
|
||||
// | 2023-12-24 14:25:00 +0000 UTC | null | null |
|
||||
// | 2023-12-24 14:30:00 +0000 UTC | null | null |
|
||||
// | 2023-12-24 14:35:00 +0000 UTC | 50 | 150 |
|
||||
// | 2023-12-24 14:40:00 +0000 UTC | null | null |
|
||||
// | 2023-12-24 14:45:00 +0000 UTC | null | null |
|
||||
// +-------------------------------+------------------+------------------+
|
||||
//
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user