Merge pull request #44 into master

937a217 hledger-flow: btcpayserver: preprocess: fix YYY comment typo (Aaron Fiore)
This commit is contained in:
2024-03-27 23:28:55 -07:00

View File

@@ -47,7 +47,7 @@ function parse()
if ($0 ~ /","/)
skip
# Format: MM/DD/YYY HH:MM:SS +00:00
# Format: MM/DD/YYYY HH:MM:SS +00:00
timestamp=substr($2, 1, 19) # Remove tail
sub(/ /, "T", timestamp) # Remove space