My Ubuntu server is EST, but all times in Jira are UTC.

link|improve this question
feedback

1 Answer

up vote 3 down vote accepted

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.

link|improve this answer
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
1  
To elaborate on setting JVM parameters on startup: confluence.atlassian.com/display/JIRA/… – Jess Telford Jun 21 '11 at 7:01
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.