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

Commit082befb

Browse files
committed
Add mention that UTC really means UT1.
Backpatch to 9.1.
1 parent33c371b commit082befb

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
@@ -8225,7 +8225,9 @@
82258225
The view <structname>pg_timezone_names</structname> provides a list
82268226
of time zone names that are recognized by <command>SET TIMEZONE</>,
82278227
along with their associated abbreviations, UTC offsets,
8228-
and daylight-savings status.
8228+
and daylight-savings status. (Technically,
8229+
<productname>PostgreSQL</productname> uses <acronym>UT1</> rather
8230+
than UTC because leap seconds are not handled.)
82298231
Unlike the abbreviations shown in <link
82308232
linkend="view-pg-timezone-abbrevs"><structname>pg_timezone_abbrevs</structname></link>, many of these names imply a set of daylight-savings transition
82318233
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