Current SimpleDateFormatter does not support ISO8601 date/time strings without milliseconds.
From FilterToMongo.java:
static final SimpleDateFormat ISO8601_SDF = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSSXXX");
Any
I see the pull request has been merged, assuming not backported and marking as fixed for 19-beta