aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/index.json
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/index.json')
-rw-r--r--tmpl/index.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmpl/index.json b/tmpl/index.json
index 1f60acf..b6102d7 100644
--- a/tmpl/index.json
+++ b/tmpl/index.json
@@ -5,6 +5,7 @@
SET out.balance = transactions.balance.bstr;
SET out.donations_30days = donations.total_30.bstr;
SET out.last_donations = [];
+ SET out.last_update = date.format(last_update, format => '%Y/%m/%d %H:%M:%S');
SET i=0;
SET l=10;
FOREACH don IN donations.donations.sort('date').reverse;