You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`parse_date` will no longer raise `ValueError` or return invalid values
for dates that make no sense at all (like January the 33rd). Instead it
will return `None` now.