Skip to content

How to change timezone inside room-assistant docker container? #680

Answered by mKeRix
hugalafutro asked this question in Q&A
Discussion options

You must be logged in to vote

I think I added the necessary package to allow changing timezones in Docker just now in 6702b98. I'll make it available for 2.16.1 today. Then you should be able to set the TZ environment variable like so:

version: '3'
services:
  room-assistant:
    environment:
      TZ: 'Europe/London'

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hugalafutro
Comment options

Answer selected by hugalafutro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants