-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
for: external-projectFor an external project and not something we can fixFor an external project and not something we can fix
Description
DateTimeException
is thrown when select operation with entity that contains java.time.LocalTime
is performed between 12am and 1am (00:00-01:00)
error message:
Invalid value for NanoOfSecond (valid values 0 - 999999999): -329000000
java.time.DateTimeException: Invalid value for NanoOfSecond (valid values 0 - 999999999): -329000000
note that the value is random.
demo project is available HERE
Steps to reproduce:
- Set time on your machine between 00:00-01:00
- Either run:
test
unit testdocker-compose up -d
and start the application
Metadata
Metadata
Assignees
Labels
for: external-projectFor an external project and not something we can fixFor an external project and not something we can fix