mvantellingen / python-zeep

A Python SOAP client
http://docs.python-zeep.org
Other
1.87k stars 579 forks source link

Handle datetimes that use a - instead of T #1370

Closed bdraco closed 1 year ago

bdraco commented 1 year ago

Makes "2016-03-04-21:14:42.123456" parsable

bdraco commented 1 year ago

I solved this by subclassing the DateTime type downstream