UPACM/algolympics-site

Fix Countdown time

Closed this issue · 1 comments

The timer seems to be counting down to midnight. It should count down to the start of the contest proper OR the start of the program itself. (The former is preferable.)

I think it's this line in the JSON file:

"eventDeadline": "2021-03-20T23:59:59.999+08:00",

Done