I have the following object
{
"date":"2019-07-22 16:16:45.000000",
"timezone_type":3,
"timezone":"America/Sao_Paulo"
}
i need to convert it to a JavaScript Date. If i try JSON.parse it says "invalid date".
I'd rather not have turned it into a json at all, but it is part of a bigger object that i need serialized whole.