修改时间验证
continuous-integration/drone/push Build is passing Details

Test_IRC_Net8
hang 2026-01-21 09:42:51 +08:00
parent 61ab33b3f3
commit 9b90ded79f
1 changed files with 2 additions and 2 deletions

View File

@ -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;
} }
} }