diff --git a/dashboard/src/components/templates/build/BuildRow.tsx b/dashboard/src/components/templates/build/BuildRow.tsx index 5113a259..18e4d94e 100644 --- a/dashboard/src/components/templates/build/BuildRow.tsx +++ b/dashboard/src/components/templates/build/BuildRow.tsx @@ -142,7 +142,7 @@ export const BuildRow: Component = (props) => { {(nonNullQueuedAt) => { const diff = diffHuman(nonNullQueuedAt().toDate()) - const localeString = nonNullQueuedAt().toDate().toString() + const localeString = nonNullQueuedAt().toDate().toLocaleString() return ( {diff()}