diff --git a/src/pages/history.tsx b/src/pages/history.tsx index 1bc663d..5c01fa4 100644 --- a/src/pages/history.tsx +++ b/src/pages/history.tsx @@ -130,9 +130,7 @@ export const history = new Elysia().use(userService).get( - {new Date(job.date_created).toLocaleString(LANGUAGE, { - timeZone: TIMEZONE, - })} + {new Date(job.date_created).toLocaleTimeString(LANGUAGE, { timeZone: TIMEZONE })} {job.num_files} {job.finished_files}