Skip to content

Commit

Permalink
(docq/general) Adjusting timestamp to CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Aug 5, 2024
1 parent 452b6c8 commit 0d6902f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docqueries/general/concepts.result
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SELECT to_timestamp(0)::timestamp without time zone as ZERO_TIMESTAMP,
to_timestamp(4294967295)::timestamp without time zone AS MAX_TIMESTAMP;
zero_timestamp | max_timestamp
---------------------+---------------------
1969-12-31 18:00:00 | 2106-02-07 00:28:15
1970-01-01 00:00:00 | 2106-02-07 06:28:15
(1 row)

/* q2 */
Expand Down

0 comments on commit 0d6902f

Please sign in to comment.