Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14e6025
)
doc: clarify handling of time zones with "time with time zone"
author
Bruce Momjian
<bruce@momjian.us>
Tue, 26 Sep 2023 23:23:58 +0000
(19:23 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 26 Sep 2023 23:23:58 +0000
(19:23 -0400)
Reported-by: davecramer@postgres.rocks
Discussion: https://postgr.es/m/
168451942371
.714.
9173574930845904336
@wrigleys.postgresql.org
Backpatch-through: 11
doc/src/sgml/datatype.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/datatype.sgml
b/doc/src/sgml/datatype.sgml
index 05554202502ac540056fd7bf1a207a3942cb4e64..cf61e407b02e3472b07a8bed12bc5687cf6e669d 100644
(file)
--- 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">