-
-
Notifications
You must be signed in to change notification settings - Fork 376
wish: hledger should support transactions with timestamps, following ISO8601 #117
Copy link
Copy link
Open
Labels
A-WISHSome kind of improvement request or proposal.Some kind of improvement request or proposal.journalThe journal file format, and its features.The journal file format, and its features.needs-codeTo unblock: needs code/code updatesTo unblock: needs code/code updatesneeds-docsTo unblock: needs corresponding documentation or doc updatesTo unblock: needs corresponding documentation or doc updatesneeds-impact-analysisTo unblock: needs analysis of interactions with other features, users, ecosystemTo unblock: needs analysis of interactions with other features, users, ecosystemneeds-testingTo unblock: needs more developer testing or general usageTo unblock: needs more developer testing or general usageneeds-testsTo unblock: needs more automated tests or test updatesTo unblock: needs more automated tests or test updates
Description
Currently hledger transactions look like
2009/1/1
assets:cow_account COW1 ; one cow at 100USD
equity:cow_account -COW1
The proposal is to allow transactions that have a precise timestamp such as
2007-04-05T14:30Z
assets:cow_account COW1 ; one cow at 100USD
equity:cow_account -COW1
, where the Z indicates UTC time zone.
If no time zone is specified, the time zone could be inferred using rules in a config file, or directive.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-WISHSome kind of improvement request or proposal.Some kind of improvement request or proposal.journalThe journal file format, and its features.The journal file format, and its features.needs-codeTo unblock: needs code/code updatesTo unblock: needs code/code updatesneeds-docsTo unblock: needs corresponding documentation or doc updatesTo unblock: needs corresponding documentation or doc updatesneeds-impact-analysisTo unblock: needs analysis of interactions with other features, users, ecosystemTo unblock: needs analysis of interactions with other features, users, ecosystemneeds-testingTo unblock: needs more developer testing or general usageTo unblock: needs more developer testing or general usageneeds-testsTo unblock: needs more automated tests or test updatesTo unblock: needs more automated tests or test updates