Given a CSV file used to import artifacts, if I define artifact date content with datetimes using -
as separator, then a PHP fatal error is thrown.
Please note that the date format well supported by our CSV export/import tool is either dd/mm/YYYY
or mm/dd/YYYY
. Using YYYY-mm-dd
must not throw any fatal error, but it's handled at best effort.