I'm using mail rest api for fetching messages. Value of property 'receivedDateTime' in response is showing time +4 than it is being showed in outlook.office365.com. That is, in mail web client if the received time is showing 'Mon 12:01 pm', 'receivedDateTime' in rest api response is showing '16:01', 4 more, means '4:01 pm'.
I tried below with different time-zones but results are always same:
Prefer: outlook.timezone="'Some' Standard Time"
But it is not working.
I want to receive same received time as it is showing in mail web client.