]> granicus.if.org Git - postgresql/commitdiff
Add mention that UTC really means UT1.
authorBruce Momjian <bruce@momjian.us>
Mon, 5 Sep 2011 19:38:00 +0000 (15:38 -0400)
committerBruce Momjian <bruce@momjian.us>
Mon, 5 Sep 2011 19:38:33 +0000 (15:38 -0400)
Backpatch to 9.1.

doc/src/sgml/catalogs.sgml
doc/src/sgml/func.sgml

index 7d5a9efa11c073db87503f3200eb9b75d424b553..32a51dbd8c650599816f96970ab9531405733b86 100644 (file)
    The view <structname>pg_timezone_names</structname> provides a list
    of time zone names that are recognized by <command>SET TIMEZONE</>,
    along with their associated abbreviations, UTC offsets,
-   and daylight-savings status.
+   and daylight-savings status.  (Technically,
+   <productname>PostgreSQL</productname> uses <acronym>UT1</> rather
+   than UTC because leap seconds are not handled.)
    Unlike the abbreviations shown in <link
    linkend="view-pg-timezone-abbrevs"><structname>pg_timezone_abbrevs</structname></link>, many of these names imply a set of daylight-savings transition
    date rules.  Therefore, the associated information changes across local DST
index 95da31c8d2e54faa15f3adf50c5d1bd22ba5e8a0..43c0ee01220ee7ceea8d0f58d68215b014d5d557 100644 (file)
@@ -6898,7 +6898,9 @@ SELECT EXTRACT(SECOND FROM TIME '17:12:28.5');
        <para>
         The time zone offset from UTC, measured in seconds.  Positive values
         correspond to time zones east of UTC, negative values to
-        zones west of UTC.
+        zones west of UTC.  (Technically,
+        <productname>PostgreSQL</productname> uses <acronym>UT1</> because
+        leap seconds are not handled.)
        </para>
       </listitem>
      </varlistentry>