gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: new date format


From: gnunet
Subject: [taler-bank] branch master updated: new date format
Date: Thu, 19 Dec 2019 20:10:24 +0100

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

dold pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new e9c1d16  new date format
e9c1d16 is described below

commit e9c1d16e7309cb2d3d990d2ec35362b1514b2315
Author: Florian Dold <address@hidden>
AuthorDate: Thu Dec 19 20:10:20 2019 +0100

    new date format
---
 talerbank/app/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index 1b16324..b7b8044 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -754,7 +754,7 @@ def build_history_response(qs, cancelled, user_account):
                 sign=sign_,
                 wt_subject=entry.subject,
                 row_id=entry.id,
-                date="/Date(" + str(int(entry.date.timestamp())) + ")/",
+                data=dict(t_ms=int(entry.date.timestamp())*1000)
             )
         )
     return history

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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