diff --git a/src/pages/DownloadPage.tsx b/src/pages/DownloadPage.tsx
index 8245f4b5..73d4c396 100644
--- a/src/pages/DownloadPage.tsx
+++ b/src/pages/DownloadPage.tsx
@@ -81,7 +81,7 @@ const DownloadPage = () => {
return
[{value1.id}] {value1.comment}
})}
- 0 ? "date" : "date nochanges"}>{new Date(value.timestamp!).toISOString().split("T")[0]}
+ 0 ? "date" : "date nochanges"}>{new Date(value.timestamp!).toLocaleString()}
})}
@@ -89,4 +89,4 @@ const DownloadPage = () => {
);
}
-export default DownloadPage;
\ No newline at end of file
+export default DownloadPage;