Skip to main content


My dockerised homebridge was logging using the American date format, and I found this incredibly annoying. Worked out how to fix it: you add this to the docker-compose file...

    environment:
      LANG: en_GB.UTF-8

Took me long enough to work that out though.

in reply to Sarah Brown

building a fancy tool using MS's cloud services a few hours

Getting it to write and read out in non-fucked dates on the other hand...