The time shown by confluence server in system settings is ahead of my regional time zone. When I change this time-zone to my regional time under Settings->Users->ViewSettings anc change time zone to PST it still does not get updated in system settings. How can I change my system date and time-zone so that the uptime property in settings is 0?
If your host is in a different timezone than your main organization, you can change the JVM parameters to specify your organization's timezone as the default.
Example of this is:
-Duser.timezone=Europe/Sofia
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When I change the timezone using this method, the editor stopped working. It shows "The editor is taking too long to load ... " message. Any idea why?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You probably have added the wrong line in setenv.sh file
I also came across this issue with the error message
when I've mistakenly added the bellow line in the file:
CATALINA_OPTS="-Duser.timezone=Europe/London"
instead of
CATALINA_OPTS="-Duser.timezone=Europe/London ${CATALINA_OPTS}"
I've tested this in our staging and production systems after correcting the line in the file and it works as expected.
Hope it helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The system time is taken from the host, isn't it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the equivalent option for Confluence Cloud?
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.