mangal-interactions / mangal-api

mangal RESTful API services - documentation at
https://mangal-interactions.github.io/mangal-api/
MIT License
0 stars 1 forks source link

Date Range Error #28

Closed clementviolet closed 5 years ago

clementviolet commented 5 years ago

I am unable to upload data whose date is 01-01-1967. See the error message below :

Entries that failed: 1 Server error: (500) Internal Server Error
Reason : date/time field value out of range: "01-01-1967"
clementviolet commented 5 years ago

Error was on mine side : time format is YYYY-MM-DD and not : DD-MM-YYYY.