From 3b355d89cf312ca603fc96332bc27fcd636fa192 Mon Sep 17 00:00:00 2001 From: ztimson Date: Wed, 24 Jun 2026 15:52:41 -0400 Subject: [PATCH] Added daytime property --- server/src/forecast.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/forecast.mjs b/server/src/forecast.mjs index 3fa6c2f..d90e1bb 100644 --- a/server/src/forecast.mjs +++ b/server/src/forecast.mjs @@ -210,7 +210,7 @@ function summarise(slots) { const dominant = slots.find(s => s.label === label) return { - time: slots[0].time.slice(0, 10), + time: slots[0].time, label: dominant.label, code: dominant.code, icon: `/icons/${dominant.icon}.png`,