Using MomentJS + ReactJS: Currently I have the following but it accepts the value as local time.
How can I have it accept the value as UTC date/time and not local date/time?
var dateTime = new Date("11 30 2016 00:00:00")
//Logs as: `Wed Nov 30 2016 00:00:00 GMT-0800 (PST)` but would want it to just accept the value as is in GMT/UTC rather than PST, local date/time/
Will be sure to upvote. Thank you