From a3dde919a87a4b93f67ccaff87ee6f3c33aa3835 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 23 Mar 2015 18:59:23 -0700 Subject: [PATCH] Add a warning for balloob/home-assistant#72 --- source/getting-started/index.markdown | 7 +++++++ 1 file changed, 7 insertions(+) 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. +