Compare commits
4 Commits
a4623ec7ac
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 21ac6d04ff | |||
| 636d58a673 | |||
| b36a2dd781 | |||
| 8fe327e6e1 |
@@ -1,2 +1,2 @@
|
|||||||
# what season is it in forza horizon 4
|
# 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.
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
const seasons = ["winter", "spring", "summer", "autumn"];
|
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 lastCheckedSeason;
|
||||||
let minuteInterval = 0;
|
let minuteInterval = 0;
|
||||||
let secondInterval = 0;
|
let secondInterval = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user