how to resolve timezone from timestamp being out by 8 hours moment js code example
Example: moment date add
var new_date = moment(startdate, "DD-MM-YYYY").add(5, 'days');
var new_date = moment(startdate, "DD-MM-YYYY").add(5, 'days');