How to Change Timezone in Linux (Ubuntu, CentOS, Fedora, Arch)

Changing the timezone on a Linux system is a common task for system administrators, especially when managing servers in different regions or for users traveling. This guide covers how to change the timezone on various Linux distributions, including systemd-based systems and older ones. Prerequisites Root or sudo access to the system. Basic knowledge of the command line. 1. Check Current Timezone Before changing the timezone, verify the current setting: timedatectl # For systemd systems date # General command 2. List Available Timezones To see all available timezones: ...

November 24, 2025