Displaying Dates in the Timezone of the User 1. Overview In this installment of the Reddit app case study, we’re going to be adding the be scheduling post’s according to the user’s timezone. Dealing with timezones is notoriously difficult and the technical options are wide open. Our first concern is… Continue Reading reddit-app-show-date-in-the-users-timezone

Working with Date Parameters in Spring 1. Introduction In this short tutorial, we’ll take a look at how to accept Date, LocalDate and LocalDateTime parameters in Spring REST requests, both at the request and application levels. 2. The Problem Let’s consider a controller with three methods that accept Date, LocalDate and… Continue Reading spring-date-parameters