From fc364cd8cfa29ba75cb25539da94ec08c1200318 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 25 Jun 2021 14:22:44 -1000 Subject: [PATCH] ;doc: csv: note a limitation with datetimes in other zones --- hledger/hledger.m4.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 22fc63c93..610a34b1d 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -3865,6 +3865,11 @@ date-format %-m/%-d/%Y %l:%M %p some other junk For the supported strptime syntax, see:\ +Note that although you can parse date-times which include a time zone, +that time zone is ignored; it will not change the date that is parsed. +This means when reading CSV data with times not in your local time zone, +dates can be "off by one". + ### `decimal-mark`