JSFiddle - React, Tailwind, and code Playground

by Cody Sandwith

JavaScript

try {
    var f = new Date('2014-11-07T15:50:11.0+0000');
//var f = Date.parse('2014-11-07T15:50:11.0+0000'); //Should be 7:50 PST
window.alert(f.toLocaleString());
} catch (err) {
 window.alert(err);   
}