Convert PHP Date to Wix Database Date

Hi! I have a database that I export from and old page, it’s a PHP Database that have a column with dates like that:
“2019-01-28 08:01:00”

When I try to import to a wix collections all dates are converted to something like:

Jan 02, 2021 03:00 AM

How can I change the format to Wix Date format?

Looks like you are feeding ISO-dates, but they should convert to JS-dates without a hiccup when creating a new Date(…). Show us the code, then we can help you better.