2019-09-21, 03:25 AM
I think the logging must automatically use UTC. The container seems to have correct time for scheduling and recording just the logs are UTC.
I did try editing my docker run command and added:
-e "SET_CONTAINER_TIMEZONE=true" \
-e "CONTAINER_TIMEZONE=US/Chicago" \
But again same result. I will keep looking.
I did try editing my docker run command and added:
-e "SET_CONTAINER_TIMEZONE=true" \
-e "CONTAINER_TIMEZONE=US/Chicago" \
But again same result. I will keep looking.