When the information reaches my API, it arrives with the Unix format TimeStamp
For example: 1535440000
I need to convert this format to YYYY-mm-ddTHH:MM:ssZ
eg: 2018-05-31T16:49:27.698Z
.
I'm working on JavaScript and MongoDB. Is there a function to carry out this transformation?
Greetings and thanks