In my spring based web application, I am using spring and jackson jar for converting json-object conversion.
Here I am facing a problem , one of my bean has a field java.util.Timestamp
registerDate
.
From the form (using angular js )I am setting value as 2016-01-22 22:30:00
.
But in my controller the field value changed to different one that is 2016-01-22 12:30:00
.