I'm using the /me/mailboxSettings/timeZone
Graph API to get a user's timezone information.
In attempt to figure out the expected return result format, I came across this documentation:
https://learn.microsoft.com/en-us/graph/api/resources/datetimetimezone?view=graph-rest-1.0
So it seems MS Graph's supported timezones are a mixture of Windows and IANA timezones.
But there is no doc that mentions what kind of timezone one should expect when calling the /me/mailboxSettings/timeZone
API.
Does this mean I should expect to encounter both IANA and Windows timezones when calling this API?
If that is the case, is there a quick method to use this info to get the current UTC offset from the timezone, when the timezone could be in either Windows or IANA format at runtime?