Docker host time is localtime, but docker client seems set in GMT. I noticed in the compose file that $TZ gets passed to the client environment, however, ‘echo $TZ’ yields a null output on the host.
Docker host time is localtime, but docker client seems set in GMT.
I noticed in the compose file that $TZ gets passed to the client environment, however, ‘echo $TZ’ yields a null output on the host.