From 44a87c53eb6bc11215d0cafeab6d97764739bdfd Mon Sep 17 00:00:00 2001 From: junos Date: Fri, 9 Dec 2022 15:34:06 +0100 Subject: [PATCH] Clarify runtime vs installation export of TZ. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d0ce03c6..c023f905 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,8 @@ This can be amended by setting the environment variable manually before attempti export TZ='Europe/Ljubljana' ``` +Note: if this is needed to avoid runtime issues, you need to either define this environment variable in each new terminal window or (better) define it in your `~/.bashrc` or `~/.bash_profile`. + ## Possible runtime issues ### Unix end of line characters