A quick and easy guide to changing time zones in any Linux distribution

This wikiHow teaches you how to change the time zone on a Linux computer. You can change the timezone on every Linux distribution by using the command line, or you can use the selection menu in the command line for different Linux distributions. If you're using Mint, Ubuntu, or any other distribution with a simple user interface and settings menu, you can also change the time zone settings from there.

Method 1
Method 1 of 4:

Using the Command Line

  1. 1
    Open Terminal. Select the Terminal program from your Linux programs, or press Ctrl+Alt+T on your keyboard.
  2. 2
    Check your current time zone. Type date into Terminal and press Enter. The terminal will display the date in Weekday Month Day Time TimeZone Year format.
    • For example, you might see something like Wed Mar 7 07:38:23 EDT 2017 wherein "EDT" refers to the current time zone (Eastern Daylight Time).
    Advertisement
  3. 3
    Check available time zones. Type in cd /usr/share/zoneinfo and press Enter, then type in tzselect and press Enter to display a list of locations.
    • The /usr/share/zoneinfo directory may vary depending on your Linux distribution.
  4. 4
    Select a continent or ocean. Type in a selection number that pertains to your general location, then press Enter.
  5. 5
    Select a country. Type in a selection number from the on-screen list and press Enter.
  6. 6
    Select a time zone. Type in a selection number to select the preferred time zone region and press Enter.
    • If your city is not listed in the time zone list, pick a different city from your same time zone.
  7. 7
    Confirm the local time. In the following prompt, confirm that the local time is correct by typing 1 and then pressing Enter.
    • If the time isn't correct, type in 2 and press Enter, then select a new continent and repeat the process.
  8. 8
    Verify that your time zone has been set. Run the date command again and check that the time zone corresponds to the one you just changed to. If you see you new time zone listed, you have successfully changed your computer's time zone.
  9. 9
    Set your clock to stay synced with internet time servers if you like. Most modern distributions have NTP already installed. If your Linux distribution does not, you will need to install the NTP server package. Use the following commands to install it, depending on your Linux distribution:
    • Ubuntu/Mint/Debian: sudo apt install ntpdate
    • CentOS: sudo yum install ntpdate
      sudo /sbin/chkconfig ntpd on
    • Fedora/RedHat: sudo yum install ntpdate
      sudo chkconfig ntpd on
    • Enter ntpdate server link && hwclock –w after the installation command, making sure to enter the link to the website in place of server link.
  10. Advertisement
Method 2
Method 2 of 4:

Using the Timezone Selection Menu

  1. 1
    Open Terminal. Select the Terminal program from your Linux programs, or press Ctrl+Alt+T on your keyboard.
  2. 2
    Enter the time zone menu command. Depending on your Linux distribution, this command will vary:
    • Ubuntu and Mint - sudo dpkg-reconfigure tzdata followed by the admin/user password.
    • Redhat - redhat-config-date
    • CentOS and Fedora - system-config-date
    • 'FreeBSD and Slackware - tzselect
  3. 3
    Select your geographic area. Use the arrow keys to select the geographic area the country is found in, then press Enter.
  4. 4
    Select your city/region. Select the city or region corresponding to your time zone, then press Enter. This will change the time zone on your system.[1]
  5. Advertisement
Method 3
Method 3 of 4:

Using the Graphical User Interface in Ubuntu

  1. 1
    Click the "System Menu" icon. It's a combined group of Power, Volume and Networking icons in the upper-right corner of the screen. A drop-down menu will appear.[2]
  2. 2
    Click the "Settings" icon. This gear-shaped icon is in the upper-left corner of the drop-down menu. Doing so opens the Ubuntu Settings.
  3. 3
    Click Date & Time. You'll find this tab on the left side of the window.
  4. 4
    Turn off Automatic Time Zone. Click the blue "Automatic Time Zone" switch in the middle of the page to do so.
    • If the "Automatic Time Zone" switch is grey, skip this step.
  5. 5
    Click Time Zone. It's near the bottom of the window. Doing so opens the Time Zone menu.
  6. 6
    Select a time zone. Click your approximate location on the world map to do so. You should see the time change to match the selected area's time zone.
  7. 7
    Close the window. This will save your settings and update your time zone accordingly.
  8. Advertisement
Method 4
Method 4 of 4:

Using the Graphical User Interface in LinuxMint

  1. 1
    Open the Menu. Click Menu in the bottom-left corner of the screen.
  2. 2
    Click the System Settings icon. It's made of two grey cogs. You'll find it on the left side of the Menu window.
  3. 3
    Click Date & Time. It's in the "Preferences" group of options.
  4. 4
    Select a time zone. Click a vertical slice of the map to pick that time zone. You should see the clock on the right side of the page immediately change to reflect the selected time zone's time.
  5. 5
    Enter your user password when prompted. If you have logged in as an Administrator, you may not need to enter password. In case you have logged in as a Standard user, type in the Administrator password. Super user privileges are required to make any changes to time zone settings.
  6. 6
    Click Authenticate. It's at the bottom of the prompt. Doing so unlocks the Date & Time menu.
  7. Advertisement

Warnings

  • Some applications (such as PHP) have separate timezone settings from the system timezone.
    ⧼thumbs_response⧽
  • On some systems, there is a system utility provided that will prompt for the correct timezone and make the proper changes to the system configuration. For example, Debian provides the "tzsetup" or "tzconfig" utility.
    ⧼thumbs_response⧽
Advertisement

About This Article

Jack Lloyd
Written by:
wikiHow Technology Writer
This article was co-authored by wikiHow staff writer, Jack Lloyd. Jack Lloyd is a Technology Writer and Editor for wikiHow. He has over two years of experience writing and editing technology-related articles. He is technology enthusiast and an English teacher. This article has been viewed 1,631,130 times.
How helpful is this?
Co-authors: 39
Updated: March 5, 2023
Views: 1,631,130
Categories: Linux
Advertisement