diff --git a/source/getting-started/index.markdown b/source/getting-started/index.markdown index afe522f6fc3..4ee5c2f2b96 100644 --- a/source/getting-started/index.markdown +++ b/source/getting-started/index.markdown @@ -59,6 +59,10 @@ docker run -d --name="home-assistant" -v /path/to/your/config:/config -v /etc/lo

When using boot2docker on OS X you are unable to map the local time to your Docker container. Replace -v /etc/localtime:/etc/localtime:ro with -e "TZ=America/Los_Angeles" (replacing America/Los_Angeles with your timezone)

+ +

+Home Assistant currently does not fare well if server and client are in different time zones. +

@@ -139,6 +143,9 @@ python3 -m homeassistant If you want to update to the latest version in the future, run: scripts/update.

+

+Home Assistant currently does not fare well if server and client are in different time zones. +