dashboard
dashboard copied to clipboard
Please add Timezone support to K8s Dashboard
What would you like to be added?
I have read previous issues and saw that a decision was made at some point to display all times in UTC. I'd like to revisit that decision because it's not user friendly.
For example, I used k8tz (https://github.com/k8tz/k8tz) to run all containers in Chicago timezone. However, Dashboard is hardcoded to UTC and is not respecting the Container/OS timezone.
This especially confusion for Asia, as not only the time is wrong, but the day is wrong as well.
Why is this needed?
Make displayed dates / times more user-friendly and less confusing, especially in Asia.