バージョンごとのドキュメント一覧

54.31. pg_timezone_abbrevs #

The view <structname>pg_timezone_abbrevs</structname> provides a list of time zone abbreviations that are currently recognized by the datetime input routines. The contents of this view change when the <xref linkend="guc-timezone-abbreviations"/> run-time parameter is modified. pg_timezone_abbrevsビューは、現在日付時間の入力処理で認識されている、時間帯省略形のリストを提供します。 このビューの内容は、timezone_abbreviations実行時パラメータが変更された時に変わります。

表54.31 pg_timezone_abbrevsの列

<title><structname>pg_timezone_abbrevs</structname> Columns</title>

Column Type 列 型

Description 説明

abbrev text

Time zone abbreviation 時間帯省略形

utc_offset interval

Offset from UTC (positive means east of Greenwich) UTCからのオフセット(正はグリニッジより東側を意味する)

is_dst bool

True if this is a daylight-savings abbreviation trueの場合は、夏時間省略形


While most timezone abbreviations represent fixed offsets from UTC, there are some that have historically varied in value (see <xref linkend="datetime-config-files"/> for more information). In such cases this view presents their current meaning. 多くのタイムゾーンの省略形は、UTCからの固定されたオフセットで表現されている一方で、いくつかのものは歴史的にオフセット値が変化しています(詳細はB.4を参照してください)。 このような場合には、それらの現在の意味を表示します。