I have dockers running on Linode servers. At times, I see that the time is not right on the dockers. Currently I have changed the run script in every docker to include the f
I was facing a time offset of -1hour and 4min
Restarting Docker itself fixed the issue for me.
To set the timezone in general:
ssh into your container: docker exec -it my_website_name bash
docker exec -it my_website_name bash
run dpkg-reconfigure tzdata
dpkg-reconfigure tzdata
date