diff options
author | Bruce Momjian <bruce@momjian.us> | 2023-09-26 19:23:59 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2023-09-26 19:23:59 -0400 |
commit | 7bb0f4a25d1b2bff7f2938176cd59a704c625b86 (patch) | |
tree | 0ead01302070cbf5da4b26b117d0c15f7e5155d4 | |
parent | cf93f173c1eee21298f21633b83e06c4cacab9ea (diff) | |
download | postgresql-7bb0f4a25d1b2bff7f2938176cd59a704c625b86.tar.gz postgresql-7bb0f4a25d1b2bff7f2938176cd59a704c625b86.zip |
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.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index a903dcc3216..5eb0cca2b3a 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -2028,7 +2028,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"> |