How to Change the Time Zone on Ubuntu
Change timezone
## show current time
timedatectl
## show timezone
ls -l /etc/localtime
## list timezones
timedatectl list-timezones
## sudo timedatectl set-timezone <your_time_zone>
sudo timedatectl set-timezone Asia/Taipei
timedatectl
Comments
Post a Comment