#mariadb
How to turn on Timezone Support for MariaDB?
If you see no entries in MariaDB's time_zone table, then you have no timezone support.
Continue reading →
If you see no entries in MariaDB's time_zone table, then you have no timezone support.
Continue reading →
Inside your docker container you have a wrong time? Then it mostly depends on your timezone. Mostly it is solved by passing in the timezone from your host into the container, e.g. in the docker-compose.yml
, by setting TZ
environment variable directly, like so.
Continue reading →