修改时间验证
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
61ab33b3f3
commit
9b90ded79f
|
|
@ -90,8 +90,8 @@ namespace IRaCIS.Core.API
|
||||||
if (DateTime.TryParse((string)reader.Value, out dateTime) == false)
|
if (DateTime.TryParse((string)reader.Value, out dateTime) == false)
|
||||||
{
|
{
|
||||||
|
|
||||||
throw new JsonSerializationException($"Could not convert string to DateTime: {reader.Value} Path {reader.Path}");
|
//throw new JsonSerializationException($"Could not convert string to DateTime: {reader.Value} Path {reader.Path}");
|
||||||
//return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue