You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: support timezones in mariadb
Pass timezone info to the runtime container to make MariaDB pick it up:
```bash
$ docker run -it -e "TZ=CET" jbergstroem/mariadb-alpine
```
PR: #266