From b5fd60b49b15fa0e5815d76ec51847c62cb7bd6a Mon Sep 17 00:00:00 2001 From: Matthieu Ubuntu Date: Wed, 4 Apr 2018 22:03:44 +0200 Subject: [PATCH] Add mention about Timezone that needs to be set explicitly. See #110 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 14aab99..72f2f14 100644 --- a/README.md +++ b/README.md @@ -248,3 +248,10 @@ need to install and enable either the `en_US` or `en_GB` locale. For example: Finally you might want to have a look at [the travis configuration](.travis.yml) and consider using a virtual machine or [Xvfb](https://www.x.org/releases/X11R7.6/doc/man/man1/Xvfb.1.xhtml). + +#### Known issues + +Timezone has to be set [explicitly](https://github.com/tbabej/taskwiki/issues/110) using the environment variable `TZ`. For example, before launching vim: + + export TZ="Europe/Prague" +