I'm using an api from CryptoCompare, here is the link
The response contains a field name published_on,I tried to use moment to convert to an appropriate date time format but it didn't work.
Does someone know the format or how to convert it to a normal datetime format.I'm using javascript