Skip to content

Commit

Permalink
;doc: csv: note a limitation with datetimes in other zones
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Jun 26, 2021
1 parent 59b1e46 commit fc364cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hledger/hledger.m4.md
Original file line number Diff line number Diff line change
Expand Up @@ -3865,6 +3865,11 @@ date-format %-m/%-d/%Y %l:%M %p some other junk
For the supported strptime syntax, see:\
<https://hackage.haskell.org/package/time/docs/Data-Time-Format.html#v:formatTime>

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`

Expand Down

0 comments on commit fc364cd

Please # to comment.