Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
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.