I should transform my JS date in this format
2017-05-22T12:31:41.129+0100
which I'm not sure if it's a standard or not, but basically my new Date();
retrive this output:
Wed Aug 02 2017 20:11:36 GMT+0200 (W. Europe Daylight Time)
Is there any function to retrieve this standard (?) or should I concatenate all the results?