when i save a LocalDate field with the current date using spring boot to a mySQL Date column that way
LocalDate.now()
it saved with day-1 for example today is 10-08-2020 but in the database i found 09-08-2020 However, when i display the current date it return the correct date