From cf6ee6045f738cf3114419adbb1a61c25616a50f Mon Sep 17 00:00:00 2001 From: rnist Date: Sun, 18 Dec 2022 11:17:28 +0200 Subject: [PATCH] Update app.js --- apps/hworldclock/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/hworldclock/app.js b/apps/hworldclock/app.js index 2eba0fb71..c5ab16b32 100644 --- a/apps/hworldclock/app.js +++ b/apps/hworldclock/app.js @@ -257,7 +257,7 @@ let draw = function() { minutes = doublenum(dx.getMinutes()); - if (offsets.length === 1) { + if (offsets.length === 1 && false) { let date = [require("locale").dow(new Date(), 1), require("locale").date(new Date(), 1)]; // For a single secondary timezone, draw it bigger and drop time zone to second line const xOffset = 30;