In our web application we need to show and enter
date time information for different countries in different time zone. Right now, we are maintaining separate web server and
You should consider JodaTime and should follow the first suggestion.JodaTime has many classes like LocalDate,LocalDateTime which you can use for your different use cases.