In this section:
If it becomes necessary to change the time zone outside of the installation process, perform one of the procedures below.
Changing the time zone forces a restart of the SBC application (for HA, both servers are affected) which causes a service outage for a few minutes. Ribbon recommends changing the time zone only during a system maintenance window.
From the EMA menu bar, select All > System > NTP > Time Zone
Select the Time Zone that you want to modify, from the Time Zone List.
A window Edit Selected Time Zone appears below the window Time Zone List.
Select a new time zone from the Zone drop-down list, and click the Save icon.
On saving the changes successfully, the Success window will appear.
To undo the modifications, use the Undo Edits icon in the Edit Selected Time Zone window.
After clicking on the Save icon, clicking on the Undo Edits icon will not undo the changes. If the saved changes needs to be undone, the desired zone has to be selected from the Zone drop-down menu, and then saved again.
The application restarts (in HA configuration, the application restarts on both SBCs), and will take a few minutes to complete.
Once the system comes back up, the new time zone is in effect.
Login to CLI and switch to Configure mode.
> configure
To view current time zone, enter command:
% show system ntp timeZone timeZone FINCH { zone gmtMinus07-Mountain; }
Enter following command to change time zone:
% set system ntp timeZone <SYSTEM NAME> zone <time zone>
To commit changes, enter commit and respond y when prompted.
% commit
The following warnings were generated:
'system ntp timeZone FINCH': Changing timezone will restart application and impact service. Do you wish to continue? Proceed? [yes,no] y
The application restarts (in HA configuration, the application restarts on both SBCs).
Once the system is restarted, the new time zone is in effect.