We have data parsing mostly handled by the very good "
Pendulum" python library. If you find your date format is not properly parsed, we would appreciate a logged issue (and/or merge request) on the SDK itself. We would like to have very broad compatibility for date formats. So far, we have not had issues but the SDK itself but please let us know if this is successful or not.
As you correctly point out, you also have the ability to cleanup any formats using the
Stream.post_process()
method. 👍