When reading json data from webapi I got a datetime column value as '2013-07-26T13:47:58.59'. When trying to insert this value to database using sqlite - an error shows
SQLitePCL.SQLiteException: 'Unable to bind parameter with unsupported type: System.DateTime'
How can I change this datetime format to '2013-07-26 13:47:58.590'?