commit d731e1106c0043c22fb576876d729b30e9ff7390
parent 8500ba4288f2d31ef6edcdc94f8099d3564c68ed
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 18 Aug 2015 22:03:08 +0200
fix date()-format
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/frontend/fake_wire_transfer.php b/src/frontend/fake_wire_transfer.php
@@ -44,7 +44,7 @@ $kudos_amount = $_POST['kudos_amount'];
// pack the JSON
$json = json_encode (array ('reserve_pub' => $reserve_pk,
- 'execution_date' => "/" . time() . "/",
+ 'execution_date' => "/Date(" . time() . ")/",
'wire' => array ('type' => 'test'),
'amount' => array ('value' => intval($kudos_amount),
'fraction' => 0,