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 | eec2190b8c9b353c74aa03124d5664614c475305 (patch) | |
tree | e441f6478f0154f77b39339fc73b890df08a1bce /doc/src | |
parent | 3fea8546914e3ebfcd4c3a3e25fbee6c54545087 (diff) | |
download | postgresql-eec2190b8c9b353c74aa03124d5664614c475305.tar.gz postgresql-eec2190b8c9b353c74aa03124d5664614c475305.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
Diffstat (limited to 'doc/src')
-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 8d32a8c9c5b..5d237657059 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -2040,7 +2040,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"> |