We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452b6c8 commit 0d6902fCopy full SHA for 0d6902f
docqueries/general/concepts.result
@@ -7,7 +7,7 @@ SELECT to_timestamp(0)::timestamp without time zone as ZERO_TIMESTAMP,
7
to_timestamp(4294967295)::timestamp without time zone AS MAX_TIMESTAMP;
8
zero_timestamp | max_timestamp
9
---------------------+---------------------
10
- 1969-12-31 18:00:00 | 2106-02-07 00:28:15
+ 1970-01-01 00:00:00 | 2106-02-07 06:28:15
11
(1 row)
12
13
/* q2 */
0 commit comments