From: Bruce Momjian <bruce@momjian.us> Date: Tue, 26 Sep 2023 23:23:59 +0000 (-0400) Subject: doc: clarify handling of time zones with "time with time zone" X-Git-Tag: REL_14_10~78 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=587a3563cbb5523508c3610918b38deb5e957430;p=postgresql.git 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 --- diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 692b6fe2c43..c17f3976b38 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1986,7 +1986,8 @@ MINUTE TO SECOND <literal>America/New_York</literal>. In this case specifying the date is required in order to determine whether standard or daylight-savings time applies. The appropriate time zone offset is recorded in the - <type>time with time zone</type> value. + <type>time with time zone</type> value and is output as stored; + it is not adjusted to the active time zone. </para> <table id="datatype-datetime-time-table">