Using the built in date filter is not serializing properly.
When the API receives the request I get a 500 error.
Looking at the serialized filter I think the format is wrong:
?page=1&pageSize=10&filter=creationTime~gte~datetime%272020-12-01T19-00-00-05-0%27
this is how I build the query string:
const queryStr = `${toDataSourceRequestString(state)}`;