Convertir la hora de fecha JS a SQLServer DateTeM

new Date().toISOString().slice(0, 19).replace('T', ' ');
Gleaming Gerenuk