I am trying to convert a DateTimeOffset with the format 2022-08-13T06:18:56.1890000+00:00
, using the isoformat
, but I'm getting the error:
"Invalid isoformat string: '2022-08-13T06:18:56.1890000+00:00'
datetime.fromisoformat('2022-08-13T06:18:56.1890000+00:00')