Files
doc-exports/docs/dws/dev/dws_04_0787.html
luhuayi 177cd61a57 DWS DEVG 910.211 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: luhuayi <luhuayi@huawei.com>
Co-committed-by: luhuayi <luhuayi@huawei.com>
2025-05-05 07:44:03 +00:00

4.4 KiB

PG_TIMEZONE_NAMES

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

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.