51.89. pg_timezone_abbrevs

视图pg_timezone_abbrevs提供了日期时间 Importing 例程当前识别的时区缩写列表。修改timezone_abbreviations运行时参数时,此视图的内容会更改。

表 51.90. pg_timezone_abbrevs

Name Type Description
abbrev text 时区缩写
utc_offset interval 与 UTC 的偏移量(正数表示 Greenwich 以东)
is_dst boolean 如果这是夏令时的缩写,则为 true

虽然大多数时区缩写表示相对于 UTC 的固定偏移量,但有些缩写的值在历史上有所不同(有关更多信息,请参见Section B.4)。在这种情况下,此视图表示其当前含义。

上一章 首页 下一章