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
{{ message }}
This repository was archived by the owner on Dec 11, 2022. It is now read-only.
Apparently GBIF does not validate the dates, so sometimes the date can have a day as 31 in a month with 30 days. This is an easy fix, the function to parse the date needs to be wrapped in a try/catch block, and return missing is the date is F'ed up.