Javascript – Understanding UTC time in js
Backend give me data of gantt diagramm start and end points in format: "horizont_start": "2024-05-01T00:00:00Z", "horizont_end": "2025-01-26T00:00:00Z", Next i give through props to another component Date format of this points like this: <NewGanttChart start={ new Date( gantt?.horizont_start || new Date(…