The recognition_date field is output in a format that cannot be reliably parsed in a C# program.
Using AI does not help resolve the issue.
Please use a date format that is independent of regional settings, such as %Y-%m-%d %H:%M:%S, for outputting date values.
The recognition_date field is output in a format that cannot be reliably parsed in a C# program.
Using AI does not help resolve the issue.
Please use a date format that is independent of regional settings, such as
%Y-%m-%d %H:%M:%S, for outputting date values.