648649650651652653654655656657658
} // TODO : Check if this is < lowNumIntervals result[0] = index - 1; final long t = toDate.toEpochSecond() - lastDate.toEpochSecond(); result[1] = (int) (t / (60 * 60)); return result; }