We're working on migrating to Office365/M365 and when we make an API call to the Microsoft Management API for status, the statusTime field is yesterday. Any ideas why?
https://manage.office.com/api/v1.0/(tenant)/ServiceComms/CurrentStatus
Here's a partial json from the Exchange Online status:
"Status": "ServiceRestored",
"StatusDisplayName": "Service restored",
"StatusTime": "2018-10-01T18:49:36.4528522Z",
"Workload": "Exchange",
"WorkloadDisplayName": "Exchange Online"
StatusTime is exactly 1 day behind from my current timezone. The time appears to be in UTC but its UTC - 1 day. I'm confused why? I thought it would be current status.
Any ideas?
Thank you.