Skip to content

Commit b01bb52

Browse files
authored
Update README.md
1 parent ad35e1d commit b01bb52

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,3 +320,14 @@ docker run -it -p 1880:1880 --name mynodered --device=/dev/ttyACM0 nodered/node-
320320
```
321321
References:
322322
https://github.com/node-red/node-red-docker/issues/15
323+
324+
### Setting Timezone
325+
326+
If you want to modify the default timezone, use the TZ environment variable with the [relevant timezone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
327+
328+
```
329+
docker run -it -p 1880:1880 --name mynodered -e TZ="Europe/London" nodered/node-red-docker
330+
```
331+
332+
References:
333+
https://groups.google.com/forum/#!topic/node-red/ieo5IVFAo2o

0 commit comments

Comments
 (0)