summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2023-09-26 23:23:58 +0000
committerBruce Momjian2023-09-26 23:23:58 +0000
commitba0eb75dac99470d259de58760379ed0159bfd16 (patch)
treeb92c2ce33c35c8eb488df303585278a8d37a2673
parent14e60252c441d39f244497b60ea60e69d52e39f8 (diff)
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
-rw-r--r--doc/src/sgml/datatype.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml
index 05554202502..cf61e407b02 100644
--- a/doc/src/sgml/datatype.sgml
+++ b/doc/src/sgml/datatype.sgml
@@ -1900,7 +1900,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">