
# PG_TIMEZONE_ABBREVS
PG_TIMEZONE_ABBREVS视图显示所有可用时区的信息。
表1PG_TIMEZONE_ABBREVS字段 
| 名称         | 类型       | 描述                         |
|:---|:---|:---|
| abbrev     | text     | 时区名缩写。                     |
| utc_offset | interval | 相对于UTC的偏移量。                |
| is_dst     | boolean  | 如果当前正实行夏令时则为TRUE，否则为FALSE。 |
   
