1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-12 10:45:14 +02:00

Fix incorrect datetime for Rspamd logs

This commit is contained in:
Tom Udding 2022-12-24 18:10:57 +01:00
parent 240b2c63f6
commit eefce62f01
No known key found for this signature in database
GPG Key ID: F1377C292CA6E5CD

View File

@ -731,7 +731,7 @@ jQuery(function($){
columns: [
{
title: lang.time,
data: 'time',
data: 'unix_time',
defaultContent: '',
createdCell: function(td, cellData) {
createSortableDate(td, cellData)