diff --git a/front/components/V2/SearchHistory.tsx b/front/components/V2/SearchHistory.tsx
index 71ea3d7..ad5356e 100644
--- a/front/components/V2/SearchHistory.tsx
+++ b/front/components/V2/SearchHistory.tsx
@@ -46,7 +46,7 @@ const HistoryRowComponent = (props: historyRowProps) => {
{props.query}
- {props.timestamp.toLocaleDateString()}
+ {props.timestamp.toLocaleDateString(["fr-FR", "en-GB"])}
);
};