Pure-Python ISO 8601 date/time parser (pyiso8601). Bug fixes mined from upstream history; modern HEAD is the base, each patch reverse-applies a fix to install the original bug.
Per-property results
| Property | passed | failed | other | verdict |
|---|---|---|---|---|
IsIso8601RaisesOnInternalError | 0 | 20 | 0 | bug found |
MicrosecondPreservesAllDigits | 0 | 20 | 0 | bug found |
NegativeTimezoneMinutesNegated | 0 | 20 | 0 | bug found |
ParseDateWrapsValueError | 0 | 20 | 0 | bug found |
ParseErrorIsValueError | 0 | 20 | 0 | bug found |
YearMustBeFourDigits | 0 | 20 | 0 | bug found |
YearOnlyParses | 0 | 20 | 0 | bug found |
ZIsAlwaysUtc | 0 | 20 | 0 | bug found |