System.FormatException: String '1970-01-01-00:17:25.505782920Z' was not recognized as a valid DateTime. at System.DateTime.ParseExact(String s, String format, IFormatProvider provider) at L5Sharp.Core ...
The custom date format "ddd/dd/MM/yyyy" can be converted from datetime to string, but not back to datetime. Attempting to parse back gives a format error. var date ...