Add timezone to devcontainer
On my machine (VSCode with WSL2 with Ubuntu Container) the timestamps in the logger output were incorrect.
This merge is intended to set the time to the host machine's timezone (environment variable TZ
) or Europe/Berlin as fallback.
see https://github.com/microsoft/vscode-dev-containers/issues/307#issuecomment-1386201194