Below code doesn't work with Firefox, Works perfectly fine with Chrome. Can someone please help me to find an alternate solution?
const tempDate = getStartDate['startDate']; // Returns: 2020-08-13 12:52:38
new Date(`${tempDate} UTC`);
Expected Output: Thu Aug 13 2020 08:52:38 GMT-0400 (Eastern Daylight Time)