Vaading 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

Sounds like a prolem with time zones. Probably the client and the server are in different timezones, so you need to convert when appropriate.