diff --git a/index.html b/index.html
index 67878d7..8298c8c 100644
--- a/index.html
+++ b/index.html
@@ -40,6 +40,8 @@
$.getJSON("http://195.141.143.55:3001/insight-api-dash/status?q=getinfo", function( data ) {
+ $("#time").val(Math.floor((new Date).getTime() / 1000));
+ console.log('time: ' + $("#time").val());
blockheight = data.info.blocks;
console.log('network: ' + gov.network);
var budgetPaymentCycleBlocks = getBudgetPaymentCycleBlocks();