diff --git a/front/src/applications/stdcm/hooks/useLinkedTrainSearch.ts b/front/src/applications/stdcm/hooks/useLinkedTrainSearch.ts index 4ee55fd14a8..8cc6b0ed364 100644 --- a/front/src/applications/stdcm/hooks/useLinkedTrainSearch.ts +++ b/front/src/applications/stdcm/hooks/useLinkedTrainSearch.ts @@ -29,7 +29,6 @@ const useLinkedTrainSearch = () => { const selectableSlot = useMemo(() => { const startDate = searchDatetimeWindow ? new Date(searchDatetimeWindow.begin) : new Date(); - startDate.setUTCHours(0, 0, 0); return { start: startDate, end: searchDatetimeWindow?.end || startDate,