I'm using the Microsoft Graph API to retrieve my emails however, the received DateTime is an hour out. This only occurs during the summer so I'm guessing that the time is not adjusted for BST.
Is there a way (maybe something I can add to the request URL that) I can request the time to be displayed in the British Summer Time version?
The current URL I'm passing is: https://graph.microsoft.com/v1.0/me/mailFolders/{folderId}/messages.
I'm guessing not but I thought I would throw the question out there just in case.