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;