Gt returns >= not >

I want to fetch previous posts and next posts, lt works perfect for the previous post, but when I pass the _firstPublishedAt of a post it returns itself instead of the next greater date. I can use skip: 1 but why do I have to do that?

Okey, I found out the problem the api returns DateTimes like this: 2020-02-24T17:50:27Z but only accepts date times like this 2020-02-24T17:50:32:00+00:00, bit strange.

thank you for reporting this @schaafenrico

we are double checking things and we’ll get back to you!