Closed tpoisot closed 4 years ago
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.
try
catch
missing
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 returnmissing
is the date is F'ed up.