I would like to use Moment.js to convert a local time to UTC equivalent. I believe that I have the correct method in place, but it does not alter the time.
I\'m in S
This works
moment(date_to_convert).utc().format("YYYY-MM-DD HH:mm:ss");