Does anyone have an idea how to convert time into timestamp?
I tried to use .getTime() but unfortunately it changes the day with the month
const date = new Date('01-02-2003 01:02:03');
console.log(date.getTime());
It looks like a conversation to the US Timezone. I expect: dd/mm/yyyy hh:mm:ss