Image Added
If you have a server hosting Jira and Confluence, what timezone do you set it to? UTC, or the timezone your users are in?
...
1) User preference | Users can explicitly set their timezone in their profile: Jira | Confluence |
---|
Image Modified
|  |
|
---|
2) Default user preference | If your user preference isn't set, the default user preference will be in effect. Jira |
---|
Jira conveniently lets you edit the default user timezone in General Configuration: 
| Confluence |
---|
Confluence does not let you edit the default timezone ( Jira |
---|
server | Atlassian JIRA |
---|
serverId | 144880e9-a353-312f-9412-ed028e8166fa |
---|
key | CONFSERVER-16057 |
---|
|
). Instead you have to resort to editing XML files inside jars. |
|
---|
3) Java user.timezone | The default user timezone preference inherits its value from the Java user.timezone Java property. You can set this user.timezone Java flag in bin/setenv.sh , e.g. to -Duser.timezone=America/Los_Angeles . |
---|
4) OS timezone | Finally, Java sets its user.timezone property default to the operating system's timezone: Code Block |
---|
$ cat /etc/timezone
Australia/Sydney |
|
---|
...