diff --git a/container/src/hledger-flow/accounts/btcpayserver/btcpayserver-shared.bash b/container/src/hledger-flow/accounts/btcpayserver/btcpayserver-shared.bash index ea029fc..a87b9dd 100755 --- a/container/src/hledger-flow/accounts/btcpayserver/btcpayserver-shared.bash +++ b/container/src/hledger-flow/accounts/btcpayserver/btcpayserver-shared.bash @@ -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