From 55c247f6d38594d31afd0ecbeb111e34b42ee405 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 4 Oct 2020 07:27:40 -0400 Subject: change logging to add ms --- www/js/NVR.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www/js/NVR.js') diff --git a/www/js/NVR.js b/www/js/NVR.js index ff438892..301091a6 100644 --- a/www/js/NVR.js +++ b/www/js/NVR.js @@ -2643,6 +2643,10 @@ angular.module('zmApp.controllers') return (loginData.use24hr ? "HH:mm:ss" : "hh:mm:ss a"); }, + getTimeFormatMilliSec: function() { + return (loginData.use24hr ? "HH:mm:ss:sss" : "hh:mm:ss:sss a"); + + }, //------------------------------------------------------------------ // switches screen to 'always on' or 'auto' //------------------------------------------------------------------ -- cgit v1.2.3