Skip to content

Birth dates sometimes incorrect? #111

@nckstwrt

Description

@nckstwrt

If you do a search for André Onana of Manchester United - his birthday will come back 4th of Feb rather than 2nd of April as expected.

Think changing parse_str_to_date to use

return parser.parse(v, dayfirst=True, yearfirst=False).date() if v else None 

should fix it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions