Docker container time problem

With docker container time, I hate docker anymore because of the operating system clock problem with docker installation.

Why aren’t all people fixing the problem?

For 3 days, I got tired of fighting with this issue and deleted the docker

Try to check TimeZone definition in container. Go inside container, and run “export” commad. Is there any TZ declaration? For example: " declare -x TZ=“UTC” ".If not, you can declare it with command “export TZ=UTC”

Installed docker over google cloud, vm, solved my problem there