Skip to content

wish: hledger should support transactions with timestamps, following ISO8601 #117

@tphyahoo

Description

@tphyahoo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-WISHSome kind of improvement request or proposal.journalThe journal file format, and its features.needs-codeTo unblock: needs code/code updatesneeds-docsTo unblock: needs corresponding documentation or doc updatesneeds-impact-analysisTo unblock: needs analysis of interactions with other features, users, ecosystemneeds-testingTo unblock: needs more developer testing or general usageneeds-testsTo unblock: needs more automated tests or test updates

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions