The _get_time() function in cms/cmsranking/static/TimeView.js makes use of the local time. This means that, if one runs a contest in which there is a delay in between the server time and the local time, the scoreboard clock starts with negative values.
Right, thanks for reporting. This was fixed for the contestant server, but not for RWS as it uses a different codebase. We might need to add a new field to the contest info we pass to RWS, tz_offset.
The
_get_time()
function in cms/cmsranking/static/TimeView.js makes use of the local time. This means that, if one runs a contest in which there is a delay in between the server time and the local time, the scoreboard clock starts with negative values.