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: [ columns: [
{ {
title: lang.time, title: lang.time,
data: 'time', data: 'unix_time',
defaultContent: '', defaultContent: '',
createdCell: function(td, cellData) { createdCell: function(td, cellData) {
createSortableDate(td, cellData) createSortableDate(td, cellData)