v0.1.7: аудит — время Москвы вместо UTC
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
<tbody>
|
||||
<% audit.forEach(function(a) { %>
|
||||
<tr>
|
||||
<td><%= new Date(a.created_at).toLocaleString('ru') %></td>
|
||||
<td><%= new Date(a.created_at).toLocaleString('ru-RU', { timeZone: 'Europe/Moscow' }) %></td>
|
||||
<td><strong><%= a.action %></strong></td>
|
||||
<td><%= a.user_email %></td>
|
||||
<td><%= a.impersonated_by || '—' %></td>
|
||||
|
||||
Reference in New Issue
Block a user