From 58575efa9d60e881d3af84497bf8f8fef81652f5 Mon Sep 17 00:00:00 2001 From: bergware Date: Fri, 27 Oct 2023 11:00:17 +0200 Subject: [PATCH] Dashboard: show timezone as UTC offset --- emhttp/plugins/dynamix/nchan/update_3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emhttp/plugins/dynamix/nchan/update_3 b/emhttp/plugins/dynamix/nchan/update_3 index a44e3341c..bc8841a39 100755 --- a/emhttp/plugins/dynamix/nchan/update_3 +++ b/emhttp/plugins/dynamix/nchan/update_3 @@ -127,7 +127,7 @@ while (true) { // 12 hour format wih am/pm $clock = date('g:i',$now); $ampm = ''.date('a',$now).''; } - $timedate = "$clock $ampm\n"._(date('l, F j, Y',$now),0).', '._('UTC').' '.date('P',$now); + $timedate = "$clock $ampm\n"._(date('l, F j, Y',$now),0).', '._('UTC').date('P',$now); publish('update3',implode("\n",$echo)."\1".implode("\0",$mode)."\1".implode("\0",$rxtx)."\1".implode("\0",$stat)."\1".$timedate); $time0 = $time; sleep(1);