diff options
-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"> |