Overview
This article will show you the simple way of updating the Time Zone of your CloudBolt appliance.
Procedure
Find your time zone database name from this list of time zones
ssh to your CloudBolt appliance
Open and edit
/var/opt/cloudbolt/proserv/customer_settings.py
file and add or edit the below line matching your desired time zone:TIME_ZONE = 'America/New_York'
Save the changes made to your
customer_settings.py
file and restart Apache by runningservice httpd restart
Your CloudBolt appliance will now be in your newly set time zone!
0 Comments