SYSTEM CATALOGS / SYSTEM VIEWS
pg_timezone_abbrevs
Read PG 18 manual ↗The view pg_timezone_abbrevs provides a list of time zone abbreviations that are currently recognized by the datetime input routines.
- Kind
- System views
- Columns in this snapshot
- 3
- Definition source
- English manual
Columns 3
| Column | Type | Description / reference |
|---|---|---|
abbrev | text | Time zone abbreviation |
utc_offset | interval | Offset from UTC (positive means east of Greenwich) |
is_dst | bool | True if this is a daylight-savings abbreviation |
Column history across versions
Version history 1
- PG 17 → 18changed
Definition snapshot: english-manuals:735f4a138a72c3531959eec568d… · English manual source