# PG_TIMEZONE_ABBREVS
PG_TIMEZONE_ABBREVS视图提供了输入例程能够识别的所有时区缩写。
表1PG_TIMEZONE_ABBREVS字段 
| 名称         | 类型       | 描述                            |
|:---|:---|:---|
| abbrev     | text     | 时区缩写。                         |
| utc_offset | interval | 相对于UTC的偏移量。                   |
| is_dst     | boolean  | 如果这是一个夏时制时区缩写则为TRUE，否则为FALSE。 |
   
