diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index bb17c6b9..291968a5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,6 +6,9 @@ "appPort": [ "9123:8123" ], + "containerEnv": { + "TZ": "Europe/Berlin" // Set your local timezone here + }, "postCreateCommand": "container install", "extensions": [ "ms-python.python",