Description:

Time reads execution time instead of the time the test was sent at.
Steps to reproduce:
Send a custom test and wait for it to complete without reloading the page. If the result is fetched via JS, the visual error occurs.
It seems both fields have class="time", so the first field gets overwritten.
cms/server/contest/templates/user_test_row.html
<td class="time">{{ t.timestamp|format_time }}</td>
...
<td class="time undefined">
...
<td class="time">
Description:

Time reads execution time instead of the time the test was sent at.
Steps to reproduce:
Send a custom test and wait for it to complete without reloading the page. If the result is fetched via JS, the visual error occurs.
It seems both fields have
class="time", so the first field gets overwritten.cms/server/contest/templates/user_test_row.html