diff --git a/apps/dashboard/src/utils/date.ts b/apps/dashboard/src/utils/date.ts index 5b1e05a3..ddc78223 100644 --- a/apps/dashboard/src/utils/date.ts +++ b/apps/dashboard/src/utils/date.ts @@ -43,6 +43,7 @@ export function formatTime(date: Date) { return new Intl.DateTimeFormat(getLocale(), { hour: 'numeric', minute: 'numeric', + second: 'numeric', }).format(date); }