Appendix C - Time Zones
Learn how to set the time zone for a server.
The following example is the CPMCONFIG time_zone parameter for Israel:
CPMCONFIG
[SERVER]
user=demo
password=1
volume_option=new
time_zone=Asia/JerusalemTo obtain the list of time zones or to set the time zone:
SSH into the CPM instance using the logon
cpmuserand the instance’s private key.To obtain a list of all time zones, type:
sudo cpm-set-timezoneTo set the time zone, type:
sudo cpm-set-timezone <new-time-zone>
For example, to set the time zone to 'New York', type:
sudo cpm-set-timezone America/New_YorkWas this helpful?

