Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imp: allow timestamp syntax in transaction dates #2233

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 16, 2024

  1. imp: allow timestamp syntax in transaction dates

    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: simonmichael#117
    Stealthmate committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    257f996 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59c5040 View commit details
    Browse the repository at this point in the history