Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel

In this section:

Table of Contents
maxLevel2
minLevel1


If you require to change the time zone outside of the installation process, perform one of the procedures below.

Change Time Zone From EMA

  1. From the EMA menu bar, select All > System > NTP > Time Zone



  2. Select the Time Zone that you want to modify, from the Time Zone List.
    The window Edit Selected Time Zone appears below the window Time Zone List.



  3. Select a new time zone from the Zone drop-down list.




  4. Choose an option to continue:

    1. To undo the modifications, use the Undo Edits icon in the Edit Selected Time Zone window.
    2. If you are satisfied with your choice, click the Save icon.

      Note

      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.


Change Time Zone From CLI

  1. Login to CLI and switch to Configure mode.

    Code Block
    languagenone
    > configure 


  2. To view current time zone, enter command:

    Code Block
    languagenone
    % show system ntp timeZone 
      timeZone FINCH { 
      zone gmtMinus07-Mountain; 
      }


  3. Enter following command to change time zone:

    Code Block
    languagenone
    % set system ntp timeZone <SYSTEM NAME> zone <time zone>


  4. To commit changes, enter commit and respond y when prompted.

    Code Block
    languagenone
    % commit