Some of the history events returned from https://api.spacexdata.com/v2/info/history contains invalid dates:
In the result, C#'s DateTime.Parse throws exceptions when trying to parse these strings during JSON deserialization. I have workaround by replacing 00T with 01T but it would be good to fix it in the database.
Gotcha. Working on a fix
Fixed
Thanx for your fix, but I think there is still problem. Now, if I see correctly, dates from the first post have still 00 day but hour set as 01 which not solve the problem:
Found the correct dates. Should be good now
Now everything works fine, thanx!
@jakewmeyer Would it be possible to add the launch_date_unix to the model like the launches have?