Skip to content

Setting a Timezone

Dj edited this page Jan 18, 2017 · 1 revision

By default, our docker containers use the UTC timezone (previously US/Pacific.)

You are able to specify your own timezone by overriding the TZ environment variable.

Examples

$ docker run -d selenium/hub -e "TZ=US/Pacific"...
$ docker run -it selenium/node-chrome-debug -e "TZ=US/Eastern"...