Skip to content

Commit 0d6902f

Browse files
committed
(docq/general) Adjusting timestamp to CI test
1 parent 452b6c8 commit 0d6902f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docqueries/general/concepts.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SELECT to_timestamp(0)::timestamp without time zone as ZERO_TIMESTAMP,
77
to_timestamp(4294967295)::timestamp without time zone AS MAX_TIMESTAMP;
88
zero_timestamp | max_timestamp
99
---------------------+---------------------
10-
1969-12-31 18:00:00 | 2106-02-07 00:28:15
10+
1970-01-01 00:00:00 | 2106-02-07 06:28:15
1111
(1 row)
1212

1313
/* q2 */

0 commit comments

Comments
 (0)