Set the timezone for the Java environment

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問


プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

概要

Functionality within Jira applications may be reliant upon the timezone that is configured for the Java environment. The timezone value will be picked up by default from the operating system, however it is possible to alter this default by passing an additional parameter to the Java Virtual Machine (JVM).

タイムゾーンは、Java を実行しているサーバーの時計を変更するか、次の説明のようにプロパティを変更することで変更できます。

Changing the Timezone

The value of the timezone can be altered with the below JVM argument, which is set as per our Setting Properties and Options on Startup documentation. The below example would be used to set it for America/Chicago:

-Duser.timezone=America/Chicago

If the Jira Data Center application is using a cluster of nodes, and if the nodes have different Timezone settings, there can be unwanted issues such as:

(info) The List of TZ Database Time Zones documentation on Wikipedia contains further information on the different Timezones that can be set.

タイムゾーンの例

タイムゾーンコー​​ド
シドニーAustralia/Sydney
ロサンゼルスAmerica/Los_Angeles
ニューヨークAmerica/New_York
パリEurope/Paris
ローマEurope/Rome
UTCUTC
マドリードEurope/Madrid
Last modified on Mar 7, 2024

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.