From 0ed8374964d0872d917944772eaa1f30553c39f8 Mon Sep 17 00:00:00 2001 From: phl0 Date: Wed, 21 Jan 2026 10:51:13 +0100 Subject: [PATCH] Apply custom date format for upate entries on debug page --- application/views/debug/index.php | 41 ++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 15 deletions(-) diff --git a/application/views/debug/index.php b/application/views/debug/index.php index 5e16f968f..68cc3fac5 100644 --- a/application/views/debug/index.php +++ b/application/views/debug/index.php @@ -520,58 +520,69 @@ - last_run ?? __("never"); ?> + last_run); ?> + last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> - last_run ?? __("never"); ?> + last_run); ?> + last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> - last_run ?? __("never"); ?> + last_run); ?> + last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> - last_run ?? __("never"); ?> + last_run); ?> + last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> - last_run ?? __("never"); ?> + last_run); ?> + last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> - last_run ?? __("never"); ?> + last_run); ?> + last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> - last_run ?? __("never"); ?> + last_run); ?> + last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> - + - last_run ?? __("never"); ?> + last_run); ?> + last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> - + - last_run ?? __("never"); ?> + last_run); ?> + last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> - + - last_run ?? __("never"); ?> + last_run); ?> + last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> - + - last_run ?? __("never"); ?> + last_run); ?> + last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?>