Java 環境のタイムゾーンを設定する方法
アトラシアン ナレッジベース
- Application Links Troubleshooting
- データベース トラブルシューティングとハウツー ガイド
- パフォーマンスのトラブルシューティング ツールに関するベスト プラクティス
- SSL / TLS のトラブルシューティング
- 複数製品に共通のナレッジ
- アトラシアンのサーバー アプリケーションのプロキシ
- Web リソースのコードへのマッピング
- How to capture HTTP traffic using Wireshark, Fiddler, or tcpdump
- Cross Site Request Forgery (CSRF) protection changes in Atlassian REST
- 購入したアドオン機能を利用できない
- アトラシアン製品とのシングル サインオン統合
- Test disk access speed for a Java application
- ユーザー管理のトラブルシューティングとハウツー ガイド
- アトラシアンのログインの問題
- OR の JQL でエラーが発生します。
- Java 環境のタイムゾーンを設定する方法
- Jira Cloud から Jira Server への移行後に Websudo が無効になる
- ヘルス チェック: Lucene インデックス ファイルの場所
- ヘルス チェック: スレッド制限
- Editor Window is Small After Upgrading where as the preview is Normal window size
- Java 8u111 の発信プロキシの基本認証が失敗する
- すべてのアトラシアン ナレッジベース記事
- ライセンス数に含まれない Jira 管理者を作成する
- Jira にログインできない (LDAP: エラー コード 49、データ 52e)
- Crowd のアップグレード後に Crowd にログインできない
- Performance Data Collector の使用方法
- Ports used by Atlassian Data Center Applications
- GC ログに基づいて Xmx を定義する方法
- Log in to Atlassian Cloud site for the first time
- Tomcat で特定の URL へのアクセスをブロックする方法
- CDN の構成時に、Data Center でユーザーがインストールしたアプリのヘルス チェックが失敗する
- CDN の構成時に、Data Center で HTTP22 ヘルス チェックが失敗する
- キャッシュおよび HTTP/2 用の Apache を設定する方法
- How to Unsubscribe from Jira Server or Confluence Server apps on TestFlight (Server and Data Center)
- Unable to synchronize with Active Directory due to SSL requirement (Server and Data Center)
- Jira Align - Jira Connector pages do not load completely
- Jira Align - Work In Process by Value Stream is missing work items
- JVM is not reachable with jstat and jstack
- Data pipeline troubleshooting
- Using JDK 11 to develop apps with the Atlassian SDK is not yet supported
- How to download Atlassian Marketplace apps through the command line
- How to manage named contacts for Atlassian Premier Support (on-premises)
- Bidirectional characters warning in Atlassian products
- CVE-2021-42574 の FAQ
- Jira is logging multiple cache flushes in the application logs (Server and Data Center)
- CVE-2021-44228、CVE-2021-45046、および CVE-2021-45105 の FAQ
- On-Prem Upgrade Information (March 2022)
- CVE-2022-22965 の FAQ
- CVE-2022-0540 の FAQ
- Troubleshooting Configure Fields in Jira Server and Data Center
- CVE-2022-26134 の FAQ
- How to disable custom Configure Fields in Create Issue screen in Jira Server and Data Center
- CVE-2022-26135 の FAQ
- CVE-2022-26138 の FAQ
- CVE-2022-26136/CVE-2022-26137 の FAQ
- CVE-2022-36804 の FAQ
- Atlassian Authentication App
- CVE-2022-43782 の FAQ
- Allowlist URL's for Jira-Slack integration
- CVE-2023-22501 の FAQ
- Cannot start Jira over another node via pbrun command (Server and Data Center)
- Attachment health check shows warning message when a custom attachment page is used in Jira Server and Data Center
- CVE-2019-13990 の FAQ
- CVE-2022-1471 の FAQ
- CVE-2023-22515 の FAQ
- CVE-2023-22518 の FAQ
- CVE-2023-46604 の FAQ
- CVE-2023-22523 の FAQ
- CVE-2023-22522 の FAQ
- CVE-2023-22524 の FAQ
- CVE-2023-22527 の FAQ
- Using a temporary license before upgrading to Cloud or Data Center
- Guide for Atlassian Premier Support Named Contacts: On-Premises Product Support Essentials
- Providing Effective Data to Atlassian Support for Faster Issue Resolution
このページの内容
このセクションの項目
関連コンテンツ
- Bamboo Java Specs
- JVM crashes due to libjvm.so+0x62263c
- Java reporting less CPUs than what is actually available while running in a container service such as ECS
- Automation smart values - math expressions
- Bamboo compatibility with Java 17
- Java reporting less CPUs than what is actually available while running in a container service such as ECS
- Bamboo (agent or server) fails to start with "not enough permissions" error
- Poor performance and a frozen instance due to a bug in Java
- Fisheye is losing connection back to the database intermittently
- Bitbucket Data Center shows "A database error has occurred" on accessing repository permissions page
プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。
サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。
*Fisheye および Crucible は除く
目的
アトラシアン アプリケーションの機能が、Java 環境用に構成されたタイムゾーンに依存する場合があります。タイムゾーンの値はデフォルトではオペレーティング システムから取得されますが、Java Virtual Machine (JVM) に追加のパラメーターを渡すことでこのデフォルトを迂回することができます。
タイムゾーンは、Java を実行しているサーバーの時計を変更するか、次の説明のようにプロパティを変更することで変更できます。
ソリューション
タイムゾーンの値は次の JVM 引数で調整できます。これは「起動時のプロパティおよびオプションの設定」ドキュメントに従って設定されます。以降の例では、America/Chicago に設定する方法をお見せしています。
-Duser.timezone=America/Chicago
Wikipedia にある List of TZ Database Time Zones ドキュメントで、設定可能なさまざまなタイムゾーンの詳細を確認できます。
タイムゾーンの例
タイムゾーン | コード |
---|---|
シドニー | Australia/Sydney |
ロサンゼルス | America/Los_Angeles |
ニューヨーク | America/New_York |
パリ | Europe/Paris |
ローマ | Europe/Rome |
UTC | UTC |
マドリード | Europe/Madrid |
説明 | Functionality within Atlassian 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). |
---|---|
製品 | Jira, Confluence, Bamboo, Fisheye, Bitbucket |
プラットフォーム | Server |
最終更新日: 2018 年 10 月 2 日
このセクションの項目
関連コンテンツ
- Bamboo Java Specs
- JVM crashes due to libjvm.so+0x62263c
- Java reporting less CPUs than what is actually available while running in a container service such as ECS
- Automation smart values - math expressions
- Bamboo compatibility with Java 17
- Java reporting less CPUs than what is actually available while running in a container service such as ECS
- Bamboo (agent or server) fails to start with "not enough permissions" error
- Poor performance and a frozen instance due to a bug in Java
- Fisheye is losing connection back to the database intermittently
- Bitbucket Data Center shows "A database error has occurred" on accessing repository permissions page
Powered by Confluence and Scroll Viewport.