diff --git a/scripts/pipework/run-weekly-email.php b/scripts/pipework/run-weekly-email.php index 7834ecc72..9be27cc6f 100644 --- a/scripts/pipework/run-weekly-email.php +++ b/scripts/pipework/run-weekly-email.php @@ -184,7 +184,7 @@ HTML; $street = htmlspecialchars($item->building_street ?? 'N/A'); $city = htmlspecialchars($item->building_city ?? 'N/A'); $label = htmlspecialchars($item->item_label ?? 'N/A'); - $editedAt = date("Y-m-d H:i", $item->last_edited_at); // Shortened format for space + $editedAt = date("d.m.Y H:i", $item->last_edited_at); // Shortened format for space $html .= <<