hledger/hledger-lib/Hledger/Read
Simon Michael 3b24d9465b imp: csv: new timezone rule; convert zoned date-times to local dates (#1936)
Previously, CSV date-times with a different time zone from yours
(with or without explicit timezones in the CSV) could give off-by-one
dates, because the CSV timezone was ignored.

Now,

1. you can use the `timezone` rule to indicate which other
   timezone a CSV is implicitly using

2. CSV date-times with a timezone - whether declared by rule or
   parsed with %Z - are localised to the system time zone
   (or another set with the TZ environment variable).
2022-10-01 14:50:35 -10:00
..
Common.hs dev: lib: Hledger.Data.Amount: drop amount, use nullamt always 2022-08-23 12:16:15 +01:00
CsvReader.hs imp: csv: new timezone rule; convert zoned date-times to local dates (#1936) 2022-10-01 14:50:35 -10:00
InputOptions.hs imp: cost: Allow inferring cost from conversion equity postings with --infer-costs. 2022-07-15 12:32:38 +01:00
JournalReader.hs dev: lib, cli, bin: enable/fix name shadowing warnings 2022-08-23 12:16:15 +01:00
LedgerReader.hs.disabled debug: move command parsing debug output down to level 8 2020-07-03 11:37:01 -07:00
TimeclockReader.hs cln!: Clean up journal parsing. 2022-03-26 15:35:19 -10:00
TimedotReader.hs dev: lib, cli, bin: enable/fix name shadowing warnings 2022-08-23 12:16:15 +01:00