Update apps/worldclock/app.js

Co-authored-by: Rob Pilling <robpilling@gmail.com>
pull/3290/head
Jordi Mas 2024-03-26 07:45:45 +01:00 committed by GitHub
parent 9500e3eaa0
commit 28cfa95419
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ function draw() {
if (offsets.length === 1) {
// For a single secondary timezone, draw it bigger and drop time zone to second line
g.setFont(font, secondaryTimeFontSize);
g.drawString(`${time}`, xyCenter, yposTime2, true);
g.drawString(time, xyCenter, yposTime2, true);
g.setFont(font, secondaryTimeZoneFontSize);
g.drawString(offset[OFFSET_TIME_ZONE], xyCenter, yposTime2 + 30, true);