CA Infrastructure ManagementCA Performance Management - Usage and AdministrationDX NetOps
Issue/Introduction
Is it possible to set the default time zone to EST across all users at once, as opposed to having each user login and set their default using their user settings individually?
Environment
Release : 3.7
Component : CA Performance Center
Resolution
To update all the users to EST5EDT timezone run the following mysql.
mysql -unetqos -p netqosportal mysql>update user_definitions set Timezone='EST5EDT'; mysql>\q
If you use a user to clone for new users make sure their timezone is set to America:(Eastern Standard Time).