Update interface.html

master
Andy Smy 2025-04-17 16:53:39 +01:00 committed by GitHub
parent fc66889c98
commit caf80de241
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ function getData() {
</tr>`+data.trim().split("\n").map(l=>{
l = l.split(",");
return `<tr>
<td>${(new Date(l[0]*1000)).toLocaleString()}</td>
<td>${(new Date(l[0])).toLocaleString()}</td>
<td>${l1]}</td>
<td>${l2}</td>
<td>${l3]}</td>