Last updated 2 years ago
The code used in this video can be copied from below:
rawResponseData.list.forEach(data => { data.dt = moment.unix(data.dt).format() }) return rawResponseData