Need assistance with generating date in a specific format using javascript. The desired format is "2017-12-07T14:47:00+0530". I attempted to use the moments library but encountered an issue with the time zone field.
moment().format('YYYY-MM-DDTHH:mm:ssZ'); //output 2018-03-06T14:32:45+05:30