ページの先頭行へ戻る
Enterprise Postgres 17 リリース情報

2.2.177 タイムゾーンの最新化

非互換

FUJITSU Enterprise Postgres 14では、タイムゾーンが最新化されました。

そのため、日付情報を取得する関数で、一部の地域の結果が変更されました。

FUJITSU Enterprise Postgres 13 SP1以前の場合

[例]

=# SET timezone='Europe/Volgograd';
SET
=# SELECT now()::timestamp without time zone;
            now
----------------------------
 2021-08-20 20:29:15.825487
(1 row)
FUJITSU Enterprise Postgres 14の場合

[例]

=# SET timezone='Europe/Volgograd';
SET
=# SELECT now()::timestamp without time zone;
            now

----------------------------
 2021-08-20 19:29:12.886016
(1 row)

対処方法

ありません。