Open maciekkrysz opened 2 years ago
Format of accepted datetimes are defined at: https://github.com/onelogin/python3-saml/blob/master/src/onelogin/saml2/utils.py#L69
Hi @akx
I saw your commit https://github.com/akx/python3-saml/commit/e0241aba38b2da645745f6b75c7acd7dbf58ffe8
Can you include it in a way that we reuse the compat.py file and we use calendar when available so we don't break compatibility with python 2.7?
Is there any option to handle datetime with this format?
"time data 2021-12-02T14:15:13.277878+00:00 does not match format yyyy-mm-ddThh:mm:ss(\\.s+)?Z"
I got this saml response generated by flask-saml2 library