joshuacox / mkdomoticz

Make a persistent domoticz container PDQ
GNU General Public License v3.0
16 stars 28 forks source link

Domoticz is compiled with a fixed timezone #18

Closed czettnersandor closed 5 years ago

czettnersandor commented 5 years ago

Domoticz is showing incorrect time on the frontend despite the host's timezone is set to Europe/London

joshuacox commented 5 years ago

this is set by the TZ variable

which can be permanently set with make TZ of which you can see the source here

feel free to re-open if it still doesn't work for you