Replies: 1 comment
-
Maybe you should add the following steps:
Hope this is helpful to you and to those who find this page. :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to change the time zone from UTC to CST in my docker instance of Defect Dojo.
I have changed it in the UI in the settings to America/Chicago.
I have updated settings.dist.py to set DD_TIME_ZONE=(str, 'America/Chicago')
I have added TZ: "America/Chicago" under the environment: section of every container in docker-compose.yml
I have verified that the timezone in the containers has changed to CST by running docker exec -it CONTAINERID date and noting the timezone.
I have run dc-down.sh and dc-up.sh after making the changes to make sure i had rebuilt the containers.
What else am I missing? When I go into a finding and update it and look at the history, it is always in UTC. I saw someone else had a similar issue a few months back but they seemed to have resolved it.
Beta Was this translation helpful? Give feedback.
All reactions