this post was submitted on 27 Dec 2023
5 points (100.0% liked)
Plain Text Accounting
151 readers
1 users here now
Bookkeeping and accounting with plain text files and scriptable, command-line-friendly software, such as Ledger, hledger, or Beancount.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You have
%M
as both month and minute. Double check what each individual date part is meant to be.Thanks for pointing that out, it was one of the problems, the solution was using:
date-format %Y-%m-%d %H:%M:%S
Next problem was I forgot to add
skip 1
at the top.