Can not parse dates

Hi, I´m new to Swiftype and I´m experiencing problems when indexing date fields. I got the following error when trying to change from text data type to date data type:

Value ‘2018-05-29T18:01:00’ cannot be parsed as a date (RFC 3339)

I´m using the python API and formating dates as isoformat()

Thanks in advance,

George

Solved. Added ‘Z’ to end.

1 Like