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.
Community moderators have prevented the ability to post new answers.
Nvm! Was able to fix by adding the JVM flag
JVM_SUPPORT_RECOMMENDED_ARGS="-Duser.timezone=America/New_York"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.