Sign-in / sign-out report API not adhering to time in `from` & `to` parameters

Description
These parameters seem to be restricting the events being returned to the day that I am asking for but are completely ignoring the time. For example, I ask for from=“2020-06-12T10:00:00Z” to=“2020-06-12T11:00:00Z” and it gives me every event on 2020-06-12, including events way outside the time range I have specified.

The only info I can find online about this is Time Parameter Format where the zoom developer specifically states the timestamp format and it includes the time, not just the date.

Is this supposed to do this or am I missing something, I would really prefer to be able to use time to include / exclude events from my request.

Error
The full error message or issue you are running into.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?
sign-in / sign-out reports api

How To Reproduce (If applicable)
Steps to reproduce the behavior:
make a request with from/to params set and see that it ignores the time.

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Hi @james.murphy

For this API, the request only accepts the date format, i.e YYYY-MM-DD and not date-time i.e YYYY-MM-DDT00:00:00. The time duration needs to be of at least 24 hrs. If not specified, it’ll return the results for the past one day.

Let me know if this helps.