Comment by omoikane
What I have learned is that "new Date(...)" never throws errors, and you would have to do something like "new Date(...).toISOString()".
What I have learned is that "new Date(...)" never throws errors, and you would have to do something like "new Date(...).toISOString()".