Skip to content

Commit eeb01e3

Browse files
committed
Doc: fix obsolete info about allowed range of TZ offsets in timetz.
We've allowed UTC offsets up to +/- 15:59 since commit cd0ff9c, but that commit forgot to fix the documentation about timetz. Per bug #16571 from osdba. Discussion: https://postgr.es/m/16571-eb7501598de78c8a@postgresql.org
1 parent 5f28b21 commit eeb01e3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/datatype.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1727,8 +1727,9 @@ SELECT 'abc \153\154\155 \052\251\124'::bytea;
17271727
<entry><type>time [ (<replaceable>p</replaceable>) ] with time zone</type></entry>
17281728
<entry>12 bytes</entry>
17291729
<entry>time of day (no date), with time zone</entry>
1730-
<entry>00:00:00+1459</entry>
1731-
<entry>24:00:00-1459</entry>
1730+
<!-- see MAX_TZDISP_HOUR in datatype/timestamp.h -->
1731+
<entry>00:00:00+1559</entry>
1732+
<entry>24:00:00-1559</entry>
17321733
<entry>1 microsecond</entry>
17331734
</row>
17341735
<row>

0 commit comments

Comments
 (0)