We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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"...