...
[13:12:12 CDT(-0500)] <drewwills> it does seem to be related to timezone shift of some ilk
[13:12:31 CDT(-0500)] <drewwills> i'm getting "java.lang.AssertionError: expected:<158> but was:<0>"
[13:12:38 CDT(-0500)] <drewwills> so no hits
[13:12:56 CDT(-0500)] <EricDalquist> right
[13:13:12 CDT(-0500)] <drewwills> but if I change: final DateTime queryEnd = queryStart.plusDays(1).minusSeconds(1); >>>> final DateTime queryEnd = queryStart.plusDays(2).minusSeconds(1);
[13:13:28 CDT(-0500)] <drewwills> (thereby extending the query by 24 hrs)