From 8480daf4fa41738b19d1f6a3bdcb287cc013d383 Mon Sep 17 00:00:00 2001 From: numerist Date: Wed, 12 May 2021 07:48:55 -0400 Subject: [PATCH] Update app.js --- apps/doztime/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/doztime/app.js b/apps/doztime/app.js index c92b51cdd..40f5eefda 100644 --- a/apps/doztime/app.js +++ b/apps/doztime/app.js @@ -20,7 +20,7 @@ const calen7 = {"size":32,"pt0":[62-g_x_off,16],"step":[20,0],"dx":-4.5,"dy":-4. const time5 = {"size":48,"pt0":[62-g_x_off,24],"step":[30,0],"dx":-6.5,"dy":-6.5}; // positioning for lull time line, was 64 const time6 = {"size":48,"pt0":[48-g_x_off,24],"step":[30,0],"dx":-6.5,"dy":-6.5}; // positioning for twinkling time line const baseYear = 11584; -const baseDate = Date(2020,11,21); // month values run from 0 to 11 +const baseDate = Date(2020,11,20); // month values run from 0 to 11 let accum = new Date(baseDate.getTime()); let sequence = []; let timeActiveUntil;