gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: addressing #7514


From: gnunet
Subject: [libeufin] branch master updated: addressing #7514
Date: Thu, 12 Jan 2023 18:46:53 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 79acdf6d addressing #7514
79acdf6d is described below

commit 79acdf6dfeadb0227b16347ab1476627ae387685
Author: MS <ms@taler.net>
AuthorDate: Thu Jan 12 18:46:37 2023 +0100

    addressing #7514
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/Helpers.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Helpers.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Helpers.kt
index 1723a8ab..ca0e3a86 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Helpers.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Helpers.kt
@@ -208,7 +208,7 @@ fun getHistoryElementFromTransactionRow(dbRow: 
BankAccountTransactionEntity): Ra
         debtorIban = dbRow.debtorIban,
         debtorBic = dbRow.debtorBic,
         debtorName = dbRow.debtorName,
-        date = importDateFromMillis(dbRow.date).toDashedDate(),
+        date = dbRow.date.toString(),
         amount = dbRow.amount,
         currency = dbRow.currency,
         // The line below produces a value too long (>35 chars),

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]