From bd4066c6903427fd3a467911375668e9b7541c47 Mon Sep 17 00:00:00 2001 From: Pablo Aragon Date: Mon, 17 Apr 2023 15:43:53 +0200 Subject: [PATCH] 10886-Timestamp events with ui_print_timestamp() --- pandora_console/operation/events/events.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/operation/events/events.php b/pandora_console/operation/events/events.php index 3251bb2a24..dd2f545123 100644 --- a/pandora_console/operation/events/events.php +++ b/pandora_console/operation/events/events.php @@ -551,7 +551,7 @@ if (is_ajax() === true) { $total_sec = strtotime($tmp->timestamp); $total_sec += $dif; $last_contact = date($config['date_format'], $total_sec); - $last_contact_value = ui_print_timestamp($last_contact, true); + $last_contact_value = ui_print_timestamp($tmp->timestamp, true); } else { $user_timezone = users_get_user_by_id($_SESSION['id_usuario'])['timezone']; date_default_timezone_set($user_timezone);