JS lesen Datum von Millisekunden

const miliseconds = 1604395966369;

const date = new Date(miliseconds);
Cold Shower Coding