KIWIS accepts from and to dates in Unix timestamp format (milliseconds from start of era in 1970). So for journal entries, we can use timestamps instead of dates, which will potentially let us get to end-of-day timeseries value instead of end-of-GMT-day which is currently what gets returned by date queries. Thisi s worth fixing.