Add mention about Timezone that needs to be set explicitly.

See #110
This commit is contained in:
Matthieu Ubuntu 2018-04-04 22:03:44 +02:00 committed by Tomas Babej
parent 0c964460e6
commit b5fd60b49b

View file

@ -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"