timezone « MVC « Spring Q&A





1. Set Jackson Timezone for Date deserialization    stackoverflow.com

I'm using Jackson (via Spring MVC Annotations) to deserialize a field into a java.util.Date from JSON. The POST looks like - {"enrollDate":"2011-09-28T00:00:00.000Z"}, but when the Object is created by Spring & ...