Returns a date as a string value in ISO format.
toISOString()
A string.
new Date("2023-03-06T12:13:14Z").toISOString()
"2023-03-06T12:13:14.000Z"