JS Today a réglé l'heure

const today = new Date();
today.setHours(9);
today.setMinutes(0);
today.setSeconds(0);
TindyC