Searched refs:endTimeLocal (Results 1 – 4 of 4) sorted by relevance
541 LocalDateTime endTimeLocal = LocalDateTime.ofInstant(endTime, offset); in testAggregatePeriodForZoneOffset() local546 .setStartTime(endTimeLocal.minusDays(3)) in testAggregatePeriodForZoneOffset()547 .setEndTime(endTimeLocal) in testAggregatePeriodForZoneOffset()558 LocalDateTime groupBoundary = endTimeLocal.minusDays(3); in testAggregatePeriodForZoneOffset()658 LocalDateTime endTimeLocal = LocalDateTime.ofInstant(endTime, offset); in testDurationLocalTimeAggregationZoneOffset() local665 .setStartTime(endTimeLocal.minusDays(3)) in testDurationLocalTimeAggregationZoneOffset()666 .setEndTime(endTimeLocal) in testDurationLocalTimeAggregationZoneOffset()673 Instant groupBoundary = endTimeLocal.minusDays(3).toInstant(offset); in testDurationLocalTimeAggregationZoneOffset()708 LocalDateTime endTimeLocal = LocalDateTime.now(ZoneOffset.UTC); in testAggregateLocalFilter_minOffsetRecord() local715 .setStartTime(endTimeLocal.minusHours(25)) in testAggregateLocalFilter_minOffsetRecord()[all …]
1253 LocalDateTime endTimeLocal = LocalDateTime.now(offset); in testAggregationLocalTimeOffset() local1254 LocalDateTime startTimeLocal = endTimeLocal.minusDays(4); in testAggregationLocalTimeOffset()1255 Instant endTimeInstant = endTimeLocal.toInstant(offset); in testAggregationLocalTimeOffset()1263 .setEndTime(endTimeLocal) in testAggregationLocalTimeOffset()1301 LocalDateTime endTimeLocal = LocalDateTime.ofInstant(end, ZoneOffset.UTC); in testAggregatePeriod_withLocalDateTime_halfSizeGroupResultIsCorrect() local1306 .setStartTime(endTimeLocal.minusHours(60)) in testAggregatePeriod_withLocalDateTime_halfSizeGroupResultIsCorrect()1307 .setEndTime(endTimeLocal.minusHours(24)) in testAggregatePeriod_withLocalDateTime_halfSizeGroupResultIsCorrect()1323 LocalDateTime endTimeLocal = LocalDateTime.now(ZoneOffset.UTC); in testAggregateLocalFilter_minOffsetRecord() local1330 .setStartTime(endTimeLocal.minusHours(25)) in testAggregateLocalFilter_minOffsetRecord()1331 .setEndTime(endTimeLocal.minusHours(15)) in testAggregateLocalFilter_minOffsetRecord()[all …]
974 LocalDateTime endTimeLocal = LocalDateTime.now(ZoneOffset.UTC); in testAggregateLocalFilter_minOffsetRecord() local981 .setStartTime(endTimeLocal.minusHours(25)) in testAggregateLocalFilter_minOffsetRecord()982 .setEndTime(endTimeLocal.minusHours(15)) in testAggregateLocalFilter_minOffsetRecord()
246 LocalDateTime endTimeLocal = LocalDateTime.ofInstant(endTime, ZoneOffset.UTC); in testAggregation_oneSessionLocalTimeFilter_findsSessionWithMinOffset() local264 .setStartTime(endTimeLocal.minusHours(25)) in testAggregation_oneSessionLocalTimeFilter_findsSessionWithMinOffset()265 .setEndTime(endTimeLocal.minusHours(15)) in testAggregation_oneSessionLocalTimeFilter_findsSessionWithMinOffset()296 LocalDateTime endTimeLocal = LocalDateTime.ofInstant(endTime, ZoneOffset.UTC); in testAggregation_oneSessionLocalTimeFilterExcludeSegment_substractsExcludeInterval() local302 .setStartTime(endTimeLocal.minusHours(25)) in testAggregation_oneSessionLocalTimeFilterExcludeSegment_substractsExcludeInterval()303 .setEndTime(endTimeLocal.minusHours(15)) in testAggregation_oneSessionLocalTimeFilterExcludeSegment_substractsExcludeInterval()