Skip to content

Commit ba0eb75

Browse files
committed
doc: clarify handling of time zones with "time with time zone"
Reported-by: davecramer@postgres.rocks Discussion: https://postgr.es/m/168451942371.714.9173574930845904336@wrigleys.postgresql.org Backpatch-through: 11
1 parent 14e6025 commit ba0eb75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/datatype.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1900,7 +1900,8 @@ MINUTE TO SECOND
19001900
<literal>America/New_York</literal>. In this case specifying the date
19011901
is required in order to determine whether standard or daylight-savings
19021902
time applies. The appropriate time zone offset is recorded in the
1903-
<type>time with time zone</type> value.
1903+
<type>time with time zone</type> value and is output as stored;
1904+
it is not adjusted to the active time zone.
19041905
</para>
19051906

19061907
<table id="datatype-datetime-time-table">

0 commit comments

Comments
 (0)