After resize an event, it returns an incorrect end date.. I don\'t understand why..
I\'m using this code:
$(\'#calendar\').fullCalendar({ header:
My issue was solved by this adding .utc().format()
.utc().format()
moment.parseZone('2016-05-03T22:15:01+02:00').utc().format(); //"2016-05-03T20:15:01Z"
moment docs reference