]> begriffs open source - ai-pg/blob - full-docs/txt/view-pg-timezone-names.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / view-pg-timezone-names.txt
1
2 53.34. pg_timezone_names #
3
4    The view pg_timezone_names provides a list of time zone names that are
5    recognized by SET TIMEZONE, along with their associated abbreviations,
6    UTC offsets, and daylight-savings status. (Technically, PostgreSQL does
7    not use UTC because leap seconds are not handled.) Unlike the
8    abbreviations shown in pg_timezone_abbrevs, many of these names imply a
9    set of daylight-savings transition date rules. Therefore, the
10    associated information changes across local DST boundaries. The
11    displayed information is computed based on the current value of
12    CURRENT_TIMESTAMP.
13
14    Table 53.34. pg_timezone_names Columns
15
16    Column Type
17
18    Description
19
20    name text
21
22    Time zone name
23
24    abbrev text
25
26    Time zone abbreviation
27
28    utc_offset interval
29
30    Offset from UTC (positive means east of Greenwich)
31
32    is_dst bool
33
34    True if currently observing daylight savings