My Ubuntu server is EST, but all times in Jira are UTC.
Asked
Active
Viewed 2,085 times
2 Answers
3
You need to add a JVM parameter:
-Duser.timezone=EST
Add this to the JAVA_OPTS variable in setenv.sh (or setenv.bat if you're on Windows) in the bin subdirectory of your installation and restart JIRA.

gareth_bowles
- 9,127
- 9
- 34
- 42
-
Fabulous, thanks. I played with the setting further and used -Duser.timezone=America/New_York to get Jira to pick up EDT properly. – ed209 Mar 27 '11 at 23:14
-
1To elaborate on setting JVM parameters on startup: http://confluence.atlassian.com/display/JIRA/Setting+Properties+and+Options+on+Startup – Jess Telford Jun 21 '11 at 07:01
0
It's a good practice too keep all the systems on UTC, database and servers.
The only place where people should use the local timezone is the last step, the client.
Otherwise sooner or later you will reach the point where you get the datatime altered, especially when migrating data.

sorin
- 8,016
- 24
- 79
- 103