PG_TIMEZONE_ABBREVS
PG_TIMEZONE_ABBREVS displays all time zone abbreviations that can be recognized by the input routines.
| Name | Type | Description |
|---|---|---|
| abbrev | text | Time zone abbreviation |
| utc_offset | interval | Offset from UTC |
| is_dst | Boolean | Whether the abbreviation indicates a daylight saving time (DST) zone. If it does, its value is true. Otherwise, its value is false. |
Last Article: PG_TABLES
Next Article: PG_TIMEZONE_NAMES
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.