In JCR-SQL2, comparing dates for this case directly is not possible because `cq:lastModified` and `cq:lastReplicated` are dynamic operands. However, the QueryBuilder API allows date comparisons using the `daterange` keyword, as documented here: Query builder cheatsheet For reference searches, we rel...