Compare commits

..

4 Commits

Author SHA1 Message Date
21ac6d04ff now shows correct time to new season 2023-01-01 17:53:31 +01:00
636d58a673 test 2022-12-28 08:54:36 +01:00
b36a2dd781 Merge branch 'main' of ssh://git.peroxy.dev:222/aviate/fh4season
* 'main' of ssh://git.peroxy.dev:222/aviate/fh4season:
2022-12-28 08:53:09 +01:00
8fe327e6e1 test 2022-12-28 08:52:40 +01:00
2 changed files with 68 additions and 68 deletions

View File

@@ -1,2 +1,2 @@
# what season is it in forza horizon 4
website that shows the current season of forza horizon 4 with timer to next season
website that shows the current season of forza horizon 4 with timer to next season.

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;