From 575926b654bf6e1ed2ee68c1b9cf5c00dec06086 Mon Sep 17 00:00:00 2001 From: sir-indy <53864146+sir-indy@users.noreply.github.com> Date: Wed, 6 Apr 2022 13:17:03 +0100 Subject: [PATCH] Update fuzzyw.app.js --- apps/fuzzyw/fuzzyw.app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/fuzzyw/fuzzyw.app.js b/apps/fuzzyw/fuzzyw.app.js index 37d497e20..07b5c4068 100644 --- a/apps/fuzzyw/fuzzyw.app.js +++ b/apps/fuzzyw/fuzzyw.app.js @@ -35,7 +35,7 @@ if (settings.alignment =='Left') { } function getTimeString(date) { - let segment = Math.round((date.getMinutes()*60 + date.getSeconds())/300); + let segment = Math.round((date.getMinutes()*60 + date.getSeconds() + 1)/300); let hour = date.getHours() + Math.floor(segment/12); f_string = fuzzy_string.minutes[segment % 12]; if (f_string.includes('$1')) {