Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
52.32. pg_timezone_names
Prev UpChapter 52. System ViewsHome Next

52.32. pg_timezone_names#

The viewpg_timezone_names provides a list of time zone names that are recognized bySET TIMEZONE, along with their associated abbreviations, UTC offsets, and daylight-savings status. (Technically,PostgreSQL does not use UTC because leap seconds are not handled.) Unlike the abbreviations shown inpg_timezone_abbrevs, many of these names imply a set of daylight-savings transition date rules. Therefore, the associated information changes across local DST boundaries. The displayed information is computed based on the current value ofCURRENT_TIMESTAMP.

Table 52.32. pg_timezone_names Columns

Column Type

Description

nametext

Time zone name

abbrevtext

Time zone abbreviation

utc_offsetinterval

Offset from UTC (positive means east of Greenwich)

is_dstbool

True if currently observing daylight savings



Prev Up Next
52.31. pg_timezone_abbrevs Home 52.33. pg_user
pdfepub
Go to PostgreSQL 17
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp