Offset is not set for few time zone in java
问题 I would want to take the time and time zone from user and create an entry. Used below calendar API to do this, it is working for few time zone and not working few time zones calendar.setTime(eventFormEntryBean.getStartDate()); TimeZone timeZone = TimeZone.getTimeZone("Europe/Amsterdam"); calendar.setTimeZone(timeZone); Working timezone(at the end +xx:xx) Pacific/Palau 2019-11-27T20:51:09.000+09:00 IST - 2019-11-20T22:00:00.000+05:30 Europe/Amsterdam - 2019-11-28T12:49:24.000+01:00 America/Los