The view pg_timezone_names provides a list
of time zone names that are recognized by SET TIMEZONE>,
along with their associated abbreviations, UTC offsets,
- and daylight-savings status.
+ and daylight-savings status. (Technically,
+
PostgreSQL uses
UT1> rather
+ than UTC because leap seconds are not handled.)
Unlike the abbreviations shown in
linkend="view-pg-timezone-abbrevs">pg_timezone_abbrevs, many of these names imply a set of daylight-savings transition
date rules. Therefore, the associated information changes across local DST
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,
+
PostgreSQL uses
UT1> because
+ leap seconds are not handled.)