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?
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??