Is there an easy way to change the global settings in Confluence to reflect the same time zone for all users; without each individual user making the change within their preferences?
Hi there,
You can achieve that doing the following:
1. Stop Confluence
2. Locate <confluence install-directory>/bin/setenv.bat if you are using windows or <confluence install-directory>/bin/setenv.sh if you are using Linux.
3. Open the file in text editor
4. Locate set JAVA_OPTS=%JAVA_OPTS% ....
5. Add -Duser.timezone=<your timezone> at the end of "set JAVAOPTS=%JAVA_OPTS% ..."
6. Change <your timezone> to your current timezone, for example GMT+3.
7. So that it will look like: set JAVA_OPTS=%JAVA_OPTS% ... -Duser.timezone=GMT+3
8. Save the file
9. Start Confluence
Hope this information helps.
Kind Regards,
Amrta Faruqi
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.