hasgeek / hasjob

Hasjob, the Hasgeek job board
https://hasjob.co
GNU Affero General Public License v3.0
234 stars 80 forks source link

Catch invalid values in isoformat datetime #584

Closed jace closed 3 years ago

jace commented 3 years ago

Sample string 'KKVJQAMDK' causes a ValueError in downstream library aniso8601 from this line:

isodatestr, isotimestr = isodatetimestr.split(delimiter, 1)