MrMimic/MEDOC

pub_date month not catching text values

rafspiny opened this issue · 0 comments

Some values for the month field are text like 'Feb' and not numbers as 02.

I applied a patch like this one:

re.findall('<month>([0-9]{2}|\w+)</month>', str(date_published)),