HomeMogDBMogDB StackUqbar
v2.1

Documentation:v2.1

Supported Versions:

PG_TIMEZONE_NAMES

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

Table 1 PG_TIMEZONE_NAMES columns

Name Type Description
name text Name of the time zone
abbrev text Abbreviation of the ime zone name
utc_offset interval Offset from UTC
is_dst Boolean Whether DST is used. If DST is used, the value is true. Otherwise, the value is false.
Copyright © 2011-2024 www.enmotech.com All rights reserved.