In the database the timetable comes in the right format
2022-04-26T08:15:08.000Z
When I use node to select, the time is
2022-04-26T11:15:08.000Z
On the front end I tried
hours.setHours(hours.getHours() - 3);
but it did not work, Show me this
horas.getHours is not a function
I need to change the time from
"2022-04-26T11:15:08.000Z"
to
"2022-04-26T08:15:08.000Z",
If possible to create a function that removes 3 hours, it would be better