opendoor-labs / rets

RETS Python 3 Client
MIT License
89 stars 43 forks source link

Replace space with `T` for datetime parser #28

Closed blakeembrey closed 6 years ago

blakeembrey commented 6 years ago

Running into an MLS that formats the dates differently to the specification by using a space separator. This is a quick fix to ensure the parser continues working here and haven't worried about entirely incorrect formats that might encounter a space here because udatetime strictly adheres to RFC3339, so it shouldn't be possible for the 1 character change to result in a valid datetime except in this scenario.