Sanders Lauture

Results 11 issues of Sanders Lauture

I'm trying to do a find on a collection using a OffsetDateTime as one of the find parameters. For example `collection.find(and(eq("config_key", "foo"), lt("started_at", OffsetDateTime.now()))).first();` returns the exception below. I am...