Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use server timezone in containers #30

Closed
vania-pooh opened this issue Mar 23, 2017 · 3 comments
Closed

Use server timezone in containers #30

vania-pooh opened this issue Mar 23, 2017 · 3 comments
Milestone

Comments

@vania-pooh
Copy link
Member

Need to set containers TZ variable equal to server's one.

@vania-pooh vania-pooh added this to the 1.1.0 milestone Mar 23, 2017
@vania-pooh
Copy link
Member Author

E.g. --env "TZ=Europe/Moscow".

@leonsabr
Copy link
Contributor

In Kotlin & docker-java I use: .withEnv("TZ=${ZoneId.systemDefault()}")

@aandryashin
Copy link
Member

aandryashin commented Mar 23, 2017

Fixed in 9db44bd. When running Selenoid within container add TZ environment variable to docker run command. Please check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants