Usage dashboard should support local/browser time zone instead of fixed UTC-8

Hi Google AI Studio team,

The Usage dashboard currently displays the time axis in UTC-8 (Pacific Time). This is confusing for users outside North America, as the displayed request times do not match the actual execution times.

For example, I’m located in Europe/Berlin, and requests that were sent around 11:00 CEST appear around 02:00 in the Usage chart.

It would be very helpful if the Usage dashboard could:

  • automatically use the browser’s local time zone, or
  • provide a setting to select the preferred time zone (e.g. Europe/Berlin), or
  • at least allow switching between UTC and the local time zone.

This would make it much easier to correlate API usage with application logs and monitoring systems.

Current behavior:

  • Usage chart is displayed in UTC-8.

Expected behavior:

  • Display timestamps in the user’s local/browser time zone or allow selecting a time zone.

Thanks!