Hi,
Some of our postgres databases are using the incorrect timezone that does not correspond to our geographic location. Is it safe to update it to another timezone eg. HongKong?
I did the following on Staging JIRA.
If you are only changing the timezone of the database, I think you will be fine. The KB Incorrect Times Displayed in JIRA indicates:
Further, dates and times are stored internally in JIRA's database and depend on the timezone of the database. For example, from PostgreSQL's documentation:
All timezone-aware dates and times are stored internally in UTC. They are converted to local time in the zone specified by the TimeZone configuration parameter before being displayed to the client.
So I don't think you will encounter any problems in regards to date/time changes because of this, but good job testing something like this on a staging server first!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.