File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6944,7 +6944,7 @@ SELECT (DATE '2001-10-30', DATE '2001-10-30') OVERLAPS
69446944 time zone that recognizes DST), this means <literal>interval '1 day'</literal>
69456945 does not necessarily equal <literal>interval '24 hours'</literal>.
69466946 For example, with the session time zone set to <literal>CST7CDT</literal>,
6947- <literal>timestamp with time zone '2005-04-02 12:00-07' + interval '1 day' </literal>
6947+ <literal>timestamp with time zone '2005-04-02 12:00-07' + interval '1 day'</literal>
69486948 will produce <literal>timestamp with time zone '2005-04-03 12:00-06'</literal>,
69496949 while adding <literal>interval '24 hours'</literal> to the same initial
69506950 <type>timestamp with time zone</type> produces
You can’t perform that action at this time.
0 commit comments