Vaadin DatePicker Issue

Hi All,

I am using vaadin for UI and Spring Boot and my application deployed in Openshift cloud and with MySql DB also in cloud.

now the issue is when i am saving date through UI its saving wrong date and its showing wrong date
Example: if i select 25-07-2016 its saving like 24-07-2016 and its displaying in UI like 23-07-2016

Any one please help on this.

Thanks and Regards,
Harish K

First off, please don’t double post.

As for your question, it seems strange that the date field would return a different value then the one that is selected. Are you absolutely sure that the Vaadin component returns the wrong value? Have you tried debugging the issue?