Instant.MIN and Instant.MAX should not be the defaults - fails on query
5V715 opened this issue · 2 comments
5V715 commented
the current default params for start and End time
Caused by: org.postgresql.util.PSQLException: ERROR: timestamp out of range: "169108098-07-04 06:51:43+02"
5V715 commented
proposal coming with
startDate now() - 50 day
endDate now() + 50 days
5V715 commented
Works for me now 🚀