
Setting the timezone on Ubuntu 22.04 ensures accurate system time for tasks like log management, CronJobs, and application scheduling. The correct timezone is essential for time-sensitive operations.
This article explains how to set the timezone using the timedatectl utility to match your region or application needs.
Before you begin, you need to:
Before changing the timezone on Ubuntu 22.04, verify the current active timezone to revert to the initial configuration if needed. Use the timedatectl utility to view and manage timezones. Follow the steps below to check the active timezone.
Check the active timezone and time synchronization status.
Output:
Based on the above output, Etc/UTC UTC (Coordinated Universal Time) is the active timezone and the primary time standard on Ubuntu. If the active timezone does not match your needs, follow the sections below to find all available time zones and change the timezone.
Follow the steps below to list all available timezones on Ubuntu 22.04.
Use the following command to display all available timezones:
Press Space to browse the list of available timezones in your output similar to the one below.
Run the following command to filter the output using the grep command to search for a specific timezone or location. For example, Bogota.
Output:
Follow these steps to set the timezone on your Ubuntu 22.04 workstation:
Use the set-timezone option to specify and change the desired timezone on your system.
For example, run the following command to set the timezone to America/Bogota.
View the active timezone information and verify that the new change is applied.
Output:
Based on the above output, the active timezone is America/Bogota.
In this article, you have set the timezone on Ubuntu 22.04 using the timedatectl utility. Accurate timezone information ensures that your system applications and utilities use accurate time to perform specific tasks. You can synchronize your system clock with an NTP (Network Time Protocol) server to update the time depending on your needs. For more configuration options, run the man timedatectl command to view the timedatectl manual page.
0 Comments
Be the first to comment and share your perspective with the community.