The backend time that is being returned to the server is a 13 digit time, such as 1606712400000. This is the response from this rendering:
res.status(200).send(Date.now().toString());
I think it has something to do with converting it to milliseconds, utc, udf, etc.
But I would like the time to be in a different time. A time that will return 10 digits instead of 13. If i could figure this out, then the time for the chart will be correct. Any help is appreciated. Thanks!