vm_67
February 7, 2024, 12:00am
1
https://learninghub.kx.com/forums/topic/kx-dashboards-time-zone-issue
The issue is if a user is logging in the dashboard, it is taking the user’s local time (Ex: Denver) but that should not happen.
By default, for all users the time zone should be UTC. How do I default the time zone as UTC for across all the users in the world?
Where should I configure that?. Is it a dashboard change or a tomcat server change?
jileri
February 7, 2024, 12:00am
2
you can set this in the install.config file via
TZ=UTC
It should set everything to be displayed as UTC
vm_67
February 8, 2024, 12:00am
3
Checked the backed of kx . there is a file install_config in /apps/kxdb/PlatformKx-4.5.0-Linux/scripts/ path. In here I just have to give TZ=UTC in anew line??
jileri
February 8, 2024, 12:00am
4
yes. It should be set on the install config file you are using when installing.