Added timezone configuration for devcontainer

This commit is contained in:
Michael Neufing
2022-07-20 00:44:01 +02:00
parent c9805b29b3
commit fca442cb1d

View File

@@ -6,6 +6,9 @@
"appPort": [
"9123:8123"
],
"containerEnv": {
"TZ": "Europe/Berlin" // Set your local timezone here
},
"postCreateCommand": "container install",
"extensions": [
"ms-python.python",