From 4f9734469cce9336b1c23491edef72bec8d3326b Mon Sep 17 00:00:00 2001 From: JanDavidElla Date: Wed, 15 Jul 2026 00:13:07 -0700 Subject: [PATCH] Added 7 seconds to clock to compensate for stream lag --- Scripts/twc3.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/twc3.js b/Scripts/twc3.js index 29b441d..32dfac4 100644 --- a/Scripts/twc3.js +++ b/Scripts/twc3.js @@ -12860,6 +12860,7 @@ var DrawCurrentDateTime = function (context, bottom) // Get the current date and time. now = new Date(); + now = new Date(now.getTime() + 7000); now = ConvertDateToTimeZone(now, _WeatherParameters.TimeZone); //time = "11:35:08 PM";