From fc1d3e2e72760b2bdad2a9e90fa1275f31ae6086 Mon Sep 17 00:00:00 2001 From: Kim - DG9VH Date: Wed, 4 Nov 2020 11:05:41 +0100 Subject: [PATCH] Fixing Timestamp --- html/js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/js/functions.js b/html/js/functions.js index cc6a617..7b77277 100644 --- a/html/js/functions.js +++ b/html/js/functions.js @@ -3,7 +3,7 @@ // M: 2020-11-01 21:33:27.454 YSF, received network data from DG2MAS to DG-ID 0 at DG2MAS // M: 2020-11-01 21:33:35.025 YSF, received network end of transmission from DG2MAS to DG-ID 0, 7.7 seconds, 0% packet loss, BER: 0.0% function getTimestamp(logline) { - return logline.substring(3,26); + return logline.substring(3,22); } function getMode(logline) {