Closed meandus closed 4 years ago
Yes this is possible, let me have a look.
More information is here https://mariadb.com/kb/en/library/time-zones/
Try using an offset like +5:00 or -9:00
Also check the host has the correct timezone as it should get this info from the system.
Failing all of that you would need to edit the run command and add
--default-time-zone='Europre/Paris'
exec /usr/bin/mysqld --user=mysql --console --skip-name-resolve --skip-networking=0 --default-time-zone='Europre/Paris'
is it possible to have this in a docker-compose variable?
Hi,
impossible to change TZ on docker-compose using environnement variable:
How is it possible to do this action ?