hledger icon indicating copy to clipboard operation
hledger copied to clipboard

imp: allow timestamp syntax in transaction dates

Open Stealthmate opened this issue 1 year ago • 1 comments

This commit makes it possible to specify timestamps in hledger transactions. For example: 2024-01-01 12:43:56+09:00. All existing logic that uses the transaction's date information has been left unchanged - that is to say, the time of day is not used anywhere yet. The intention behind this is to modify such logic in future commits/pull requests.

Furthermore, backwards compatibility with existing ledgers using plain dates has been fully preserved (barring any bugs that I missed).

ref: #117

Stealthmate avatar Sep 16 '24 00:09 Stealthmate

Thanks for this @Stealthmate. When you have a chance, rebase it and fix failing checks and I'll check it out.

simonmichael avatar Sep 25 '24 07:09 simonmichael

Hi @Stealthmate. Do you have time to revisit this hledger PR: allow timestamp syntax in transaction dates ? It needs rebasing and test passing.

simonmichael avatar May 17 '25 18:05 simonmichael

Closing for now.

simonmichael avatar May 27 '25 15:05 simonmichael