google calendar - Time zone issue with day light saving in java -


in web application using google calendar. due day light savings issue day light savings time added when saved events in google calendar through application.

my application uses java 1.6 , google calendar v3.

what best solution handle every time zone in world?

you may use simpledateformat class stated here before java8

or may use zoneddatetime in java 8 mentioned here

hope helps.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -