Convert time in Mysql

I am running into this issue for a long while, my fix up to now was to disable the datetime variables in Mysql.

  An unhandled exception has occurred while executing the request.

System.InvalidCastException: Unable to convert MySQL date/time to System.DateTime.

It seems that any script I make, even if it does not interact with the date variable, will generate this issue.
Any idea what may cause this?
Here's a snippet from the table generating this issue:
image

Try the solution from this issue: