We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
TZ
$ docker run -d selenium/hub -e "TZ=US/Pacific"...
$ docker run -it selenium/node-chrome-debug -e "TZ=US/Eastern"...