JSFiddle - React, Tailwind, and code Playground

by oduska

JavaScript

var event = new Date('October 23, 2018 11:01 UTC');

var jsonDate = event.toJSON();

console.log(jsonDate);
// expected output: 1975-08-19T23:15:30.000Z

console.log(new Date(jsonDate).toUTCString());