What does the following code return?
console.log(new Date(86400000).toUTCString());
"Sat, 03 Jan 1970 00:00:00 GMT"
"Fri, 02 Jan 1970 00:00:00 GMT"
"Wed, 31 Dec 1969 00:00:00 GMT"
"Thu, 01 Jan 1970 00:00:00 GMT"