Рассмотрим код ниже,
const appointments = [
{
// id: 0,
title: 'Watercolor Landscape',
users_id: 2,
startDate: new Date(1584576000000 * 1000), // here is timestamps in milliseconds
endDate: new Date(1584662400000* 1000), // here is timestamps in milliseconds
ownerId: 1,
},
];
, но вывод startDate был неверным:
Это должно быть:
startDate: четверг, 19 марта 2020 г. 8:00:00 AM GMT + 08: 00
endDate: пятница, 20 марта 2020 г. 8:00:00 AM GMT + 08: 00