0

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".

  • 1
    You may find some useful information here, as a starting point: [java.time.zone.ZoneRulesProvider for Microsoft time-zones](https://stackoverflow.com/q/52857334/12567365) and in similar questions. – andrewJames Nov 10 '21 at 00:00
  • Also related: [java.time.zone.ZoneRulesProvider for Microsoft time-zones](https://stackoverflow.com/questions/52857334/java-time-zone-zonerulesprovider-for-microsoft-time-zones) with [a very knowledgable answer by Matt Johnson-Pint](https://stackoverflow.com/a/52860643/5772882) – Ole V.V. Nov 10 '21 at 03:49

0 Answers0