Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7cb99b2

Browse files
committed
Add mention that UTC really means UT1.
Backpatch to 9.1.
1 parent0b88af1 commit7cb99b2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

‎doc/src/sgml/catalogs.sgml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8341,7 +8341,9 @@
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

‎doc/src/sgml/func.sgml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp