critical bug in python script - invalid generation of timestamp into iso format
yedhink opened this issue · 0 comments
yedhink commented
The bug occurred in 10-04-2020.pdf since while parsing the pdf, there exists inconsistency in the 'date' text we are trying to extract for timestamp. It's given as '010/04/2020', where the 010 is erroneous for date. Manual string conversion to iso is problematic when day is not single digit.