Anyone else in the community using docker and bitbucket?
Docker images are great and easy to upgrade. But these images always come with UTC time. I was able to update the timezone with volume flag docker run -v /etc/timezone:/etc/timezone. Container timezone was mapped to my host time now.
But my application logs atlassian-bitbucket.log still shows UTC time. Anyone able to fix this.
Nvm! Was able to fix by adding the JVM flag
JVM_SUPPORT_RECOMMENDED_ARGS="-Duser.timezone=America/New_York"
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.