Hello, what is the timezone format for XML-RPC? When my external service send to Odoo V12 everything is fine, but sending to Odoo V15 I get a date format error.
The error message is: time data %r does not match format %r" %
time data '2024-02-12T15:45:10.127Z' does not match format '%Y-%m-%d %H:%M:%S'
The external service is sending a universal UTC timezone value, but it look like in Odoo V15 this format is not accepted anymore? Is this possible?
Thank you for your support.