This commit is contained in:
Christopher Cookman 2025-08-31 23:23:44 -06:00
parent 014d2e9f5e
commit 78cdf093ef

View file

@ -132,6 +132,7 @@
const ss = pad(date.getSeconds()); const ss = pad(date.getSeconds());
const tz = Intl.DateTimeFormat().resolvedOptions().timeZone; const tz = Intl.DateTimeFormat().resolvedOptions().timeZone;
%> %>
%>
<%= `${yyyy}-${mm}-${dd} ${HH}:${MM}:${ss} ${tz}` %> <%= `${yyyy}-${mm}-${dd} ${HH}:${MM}:${ss} ${tz}` %>
</td> </td>
<td><%= dataTypes.EventType[log.Type] %></td> <td><%= dataTypes.EventType[log.Type] %></td>