From c0c14e53f1fa3b20e8ba97f1e0f14ea09a4bed0e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 1 Oct 2022 17:09:52 -1000 Subject: [PATCH] ;doc: csv: fix timezone example --- hledger/hledger.m4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index b9fad4ba2..49e257c20 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -4635,7 +4635,7 @@ localising the CSV date-times to your current system time zone. If you prefer to localise to some other time zone, eg for reproducibility, you can (on unix at least) set the output timezone with the TZ environment variable, eg: ```shell -$ TZ=HST hledger print -f foo.csv # or TZ=HST hledger import foo.csv +$ TZ=-1000 hledger print -f foo.csv # or TZ=-1000 hledger import foo.csv ``` `timezone` currently does not understand timezone names, except