When scheduling a query to run at a specific hour, we translate user's timezone to UTC. This is a really nice feature, except that it's not obvious. To make it easier to for the user, we should show the UTC time in the dialog:

We already translate it in place in the dialog, so it's basically just a matter of displaying the data.
When scheduling a query to run at a specific hour, we translate user's timezone to UTC. This is a really nice feature, except that it's not obvious. To make it easier to for the user, we should show the UTC time in the dialog:
We already translate it in place in the dialog, so it's basically just a matter of displaying the data.