hledger-flow: btcpayserver: preprocess: fix YYY comment typo

This commit is contained in:
2024-03-27 00:42:39 -07:00
parent b621e87df2
commit 937a217245

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