No timezone on meeting activity record’s timestamp
API Endpoint(s) and/or Zoom API Event(s)
https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/reportMeetingactivitylogs
Description
Currently the records that are returned by the zoom meeting activities report api come in with a timestamp in the activity_time field that have no specified timestamp. As so I am not able to determine whether or not to use a local time and what that would be, or if these timestamps are stored in UTC format.
Error?
Zoom meeting activity records have no timezone specified in their corresponding timestamps.
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.