diff --git a/src/app/search/page.tsx b/src/app/search/page.tsx index f700a77..80217e0 100644 --- a/src/app/search/page.tsx +++ b/src/app/search/page.tsx @@ -647,7 +647,7 @@ export default function SearchPage() { {hit.date - ? new Date(hit.date).toLocaleDateString("de-DE") + ? new Date(hit.date).toLocaleString("de-DE", { dateStyle: "short", timeStyle: "short" }) : "-"} {hit.from || "-"}