now shows correct time to new season

This commit is contained in:
2023-01-01 17:53:31 +01:00
parent 636d58a673
commit 21ac6d04ff

View File

@@ -1,5 +1,5 @@
const seasons = ["winter", "spring", "summer", "autumn"];
const winterStarts = new Date(Date.UTC(2018, 10, 8, 15, 00, 00));
const winterStarts = new Date(Date.UTC(2018, 10, 8, 15, 30, 00));
let lastCheckedSeason;
let minuteInterval = 0;
let secondInterval = 0;