The container is not synchronized with host clock, it is creating the container with UTC +0. Needs to fix it. A quick fix I have done was this solution using docker exec, but I dont think its ideal, so a better solution would be using docker-compose or set location timezone at build time or some other approach.