Merge pull request #44 into master
937a217 hledger-flow: btcpayserver: preprocess: fix YYY comment typo (Aaron Fiore)
This commit was merged in pull request #44.
This commit is contained in:
@@ -47,7 +47,7 @@ function parse()
|
|||||||
if ($0 ~ /","/)
|
if ($0 ~ /","/)
|
||||||
skip
|
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
|
timestamp=substr($2, 1, 19) # Remove tail
|
||||||
sub(/ /, "T", timestamp) # Remove space
|
sub(/ /, "T", timestamp) # Remove space
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user