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

Commit675684f

Browse files
committed
doc: remove mention of UT1 in representing time
UT1 was incorrectly specified as our time representation. (UT1 isastronomical time.) We are not actually UTC either because we ignoreleap seconds.Reported-by: Thomas MunroDiscussion: CAEepm=3-TW9PLwGZhqjSSiEQ9UzJEKE-HELQDzRE0QUSCp8dgw@mail.gmail.com
1 parentc12f02f commit675684f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎doc/src/sgml/catalogs.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9804,8 +9804,8 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
98049804
of time zone names that are recognized by <command>SET TIMEZONE</>,
98059805
along with their associated abbreviations, UTC offsets,
98069806
and daylight-savings status. (Technically,
9807-
<productname>PostgreSQL</productname>uses <acronym>UT1</> rather
9808-
than UTC because leapseconds are not handled.)
9807+
<productname>PostgreSQL</productname>does not use UTC because leap
9808+
seconds are not handled.)
98099809
Unlike the abbreviations shown in <link
98109810
linkend="view-pg-timezone-abbrevs"><structname>pg_timezone_abbrevs</structname></link>, many of these names imply a set of daylight-savings transition
98119811
date rules. Therefore, the associated information changes across local DST

‎doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7578,7 +7578,7 @@ SELECT EXTRACT(SECOND FROM TIME '17:12:28.5');
75787578
The time zone offset from UTC, measured in seconds. Positive values
75797579
correspond to time zones east of UTC, negative values to
75807580
zones west of UTC. (Technically,
7581-
<productname>PostgreSQL</productname>uses <acronym>UT1</> because
7581+
<productname>PostgreSQL</productname>does not use UTC because
75827582
leap seconds are not handled.)
75837583
</para>
75847584
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp