diff --git a/plugins/logs/controllers/logs.php b/plugins/logs/controllers/logs.php
index 9e7670c..2ec669d 100644
--- a/plugins/logs/controllers/logs.php
+++ b/plugins/logs/controllers/logs.php
@@ -143,7 +143,7 @@ function logs_plugin_render_list($logObject, $db, int $userId, bool $validSessio
$username = $userObject->getUserDetails($userId)[0]['username'];
$page = 'logs'; // For pagination template
- // Get any new feedback messages
+ // Get any new feedback messages
include_once APP_PATH . 'helpers/feedback.php';
require_once PLUGIN_LOGS_PATH . 'helpers/logs_view_helper.php';
diff --git a/plugins/logs/views/logs.php b/plugins/logs/views/logs.php
index 8223faa..e90b9a8 100644
--- a/plugins/logs/views/logs.php
+++ b/plugins/logs/views/logs.php
@@ -1,4 +1,7 @@
+
@@ -92,7 +95,7 @@
= $row['userID'] ? '' . htmlspecialchars($row['username'] . " ({$row['userID']})") . '' : 'SYSTEM' ?> |
- = date('d M Y H:i', strtotime($row['time'])) ?> |
+ = app_format_local_datetime($row['time'] ?? null, 'd M Y H:i', $userTimezone) ?: '—' ?> |
= htmlspecialchars($row['log level']) ?> |
= htmlspecialchars($row['log message']) ?> |