API Endpoint(s) and/or Zoom API Event(s)
https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/reportMeetingactivitylogs
Description
Previously I was told that the activity_time field out of this api was always in UTC time. Instead it seems that timestamps are not being sent in UTC and are instead being sent in the local time when that meeting was joined. I joined a meeting at 10:22 AM PST today and thats the timestamp that was on the log, now that I assumed it was UTC my logs currently think that I was in a meeting at 2AM my time (pst to utc time conversion).
Wanted to get confirmation on if this is the case and if we could expect these timestamps to be converted to UTC standard at anytime or if this is something that will not change. If timezones were provided with the timestamp this would also solve the issue as well since if I know the timezone I can easily convert to UTC myself.
Error?
The zoom meeting api gives timestamps in the activity_time field that correspond to the local time of the actor that generated a log(where someone joined a meeting from). As is the case we have no way to easily know from where this actor was taking action and this makes it impossible to standardize times.
How To Reproduce
Simply make a request to the api endpoint described here: Zoom Meeting API and look at the activity_time field in one of those records to see that there is no timestamp specification.