glu
glu copied to clipboard
Feature request: add 'local time' in UI
In our console we have the actions logged in UTC which is very consistent and good. It would be a nice feature if the UI were able to also provide localtime, this will help when we are investigating an issue.
There are several ways to achieve it on the UI side:
- have a checkbox on the pages with timestamps and switch the displayed time when checked
- have the localtime as a 'tooltip'
- have the localtime as an extra column
Pages where this could apply are (but not limited to):
- archived deployments
- commands page
- Audit Log
Thanks!!