Skip to content

Change Timezone

Cyril Guislain edited this page Jun 22, 2023 · 1 revision

To change Timezone, follow these instructions:

  • In the SSH command prompt window, enter the following command to check the current time zone:

    timedatectl
    
  • You can change your timezone by entering this command:

    sudo dpkg-reconfigure tzdata
    
  • On the page that appears, select your geographic area from the list and press Enter.

  • Then select your timezone in the new list and press Enter.

  • You can then verify that the change has been taken into account by retyping this command:

    timedatectl
    
Clone this wiki locally