diff --git a/apps/umpire/interface.html b/apps/umpire/interface.html index f9e5bd4b5..704271393 100644 --- a/apps/umpire/interface.html +++ b/apps/umpire/interface.html @@ -37,7 +37,7 @@ function getData() { `+data.trim().split("\n").map(l=>{ l = l.split(","); return ` - ${(new Date(l[0]*1000)).toLocaleString()} + ${(new Date(l[0])).toLocaleString()} ${l1]} ${l2} ${l3]}