#10302 fixed ack date

This commit is contained in:
Daniel Cebrian 2023-02-22 11:36:09 +01:00
parent 50e8b457f8
commit 3d5458ae46
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ if (is_ajax() === true) {
$tmp->agent_name = io_safe_output($tmp->agent_name);
$tmp->ack_utimestamp_raw = strtotime($tmp->ack_utimestamp);
$tmp->ack_utimestamp_raw = $tmp->ack_utimestamp;
$tmp->ack_utimestamp = ui_print_timestamp(
(empty($tmp->ack_utimestamp) === true) ? 0 : $tmp->ack_utimestamp,