Bwug
This commit is contained in:
parent
014d2e9f5e
commit
78cdf093ef
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue