Text Size: Normal / Large
This page in other versions: 9.2 / 9.1 / 9.0 / 8.4  |  Unsupported versions: 8.3 / 8.2 / devel

45.66. pg_timezone_abbrevs

The view pg_timezone_abbrevs provides a list of time zone abbreviations that are currently recognized by the datetime input routines. The contents of this view change when the timezone_abbreviations run-time parameter is modified.

Table 45-67. pg_timezone_abbrevs Columns

Name Type Description
abbrev text Time zone abbreviation
utc_offset interval Offset from UTC (positive means east of Greenwich)
is_dst boolean True if this is a daylight-savings abbreviation
Privacy Policy | About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group