File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 83418341 The view <structname>pg_timezone_names</structname> provides a list
83428342 of time zone names that are recognized by <command>SET TIMEZONE</>,
83438343 along with their associated abbreviations, UTC offsets,
8344- and daylight-savings status.
8344+ and daylight-savings status. (Technically,
8345+ <productname>PostgreSQL</productname> uses <acronym>UT1</> rather
8346+ than UTC because leap seconds are not handled.)
83458347 Unlike the abbreviations shown in <link
83468348 linkend="view-pg-timezone-abbrevs"><structname>pg_timezone_abbrevs</structname></link>, many of these names imply a set of daylight-savings transition
83478349 date rules. Therefore, the associated information changes across local DST
Original file line number Diff line number Diff line change @@ -6898,7 +6898,9 @@ SELECT EXTRACT(SECOND FROM TIME '17:12:28.5');
68986898 <para>
68996899 The time zone offset from UTC, measured in seconds. Positive values
69006900 correspond to time zones east of UTC, negative values to
6901- zones west of UTC.
6901+ zones west of UTC. (Technically,
6902+ <productname>PostgreSQL</productname> uses <acronym>UT1</> because
6903+ leap seconds are not handled.)
69026904 </para>
69036905 </listitem>
69046906 </varlistentry>
You can’t perform that action at this time.
0 commit comments