Handling time zone in web application

后端 未结 6 900
梦毁少年i
梦毁少年i 2020-12-24 03:45

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

6条回答
  •  借酒劲吻你
    2020-12-24 04:32

    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.

提交回复
热议问题