Update README.md

Add nuance about the conditions where local TZ can't be detected.
This commit is contained in:
Matthieu Talbot 2018-04-18 10:28:20 +02:00 committed by Tomas Babej
parent b5fd60b49b
commit 50c36beb06

View file

@ -251,7 +251,7 @@ and consider using a virtual machine or [Xvfb](https://www.x.org/releases/X11R7.
#### 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:
When `tzlocal` library can't detect your local timezone, it 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"