I need to save a date with time in an Oracle database.
I have used `LocalDateTime` in my entity, and the date with time is showing correctly in the Eclipse console, but there is a mismatch in time when I check the database column.
Can anyone help with this?
Entity
Saved Date :
Java console printed date.
Database side date:
Outpute needed with correct time