Updated on 2026-05-29 GMT+08:00

PG_TIMEZONE_NAMES

PG_TIMEZONE_NAMES displays all time zone names that can be recognized by SET TIMEZONE, their associated abbreviations, and UTC offsets.

Table 1 PG_TIMEZONE_NAMES columns

Column

Type

Description

Name

Text

Name of the time zone

abbrev

Text

Time zone name abbreviation

utc_offset

interval

Offset from UTC

is_dst

boolean

Whether DST is used. If it is, its value is true. Otherwise, its value is false.