Commit 527f4fe
committed
Make tests pass in 2020
moving this beyond 2038 requires fixes on 32-bit systems to avoid errors:
File "/home/abuild/rpmbuild/BUILD/python3-saml-1.6.0/src/onelogin/sam
.py", line 419, in parse_SAML_to_time
data = datetime.strptime(timestr, '%Y-%m-%dT%H:%M:%SZ')
TypeError: strptime() argument 1 must be string, not long1 parent 064b727 commit 527f4fe
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments