1️⃣new Date()
Sat Sep 23 2023 15:33:10 GMT+0200 (heure d’été d’Europe centrale)
2️⃣new Date().toISOString()
'2023-09-23T13:33:03.399Z'
3️⃣new Date().toISOString().split('T')[0];
'2023-09-23'