In my current project, I want to use FindMeeting API from Microsoft Graph API. In sample request the time slot using time zone that supported by Microsoft (additional dateTimeZone, default time zones). My current problem is how I get the time zone that supported by Microsoft using string offset like this "+07:00"
in Java ?.
For example my function gets the argument "+07:00"
, I want this function to return the string "SE Asia Standard Time"
.