Change Timezone with timedatectl
Here are some methods to change timezone for a certain Linux system.
Check timezone
timedatectl
timedatectl status
timedatectl list-timezones
Change timezone
sudo timedatectl set-timezone <your_time_zone>
sudo timedatectl set-timezone UTC
timedatectl
set ntp
timedatectl set-ntp true
Disclaimer
- License under
CC BY-NC 4.0
- Copyright issue feedback
me#imzye.me
, replace # with @ - Not all the commands and scripts are tested in production environment, use at your own risk
- No privacy information is collected here