How to Change the Time Zone on Ubuntu

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

Reference:

Comments

Popular posts from this blog

Convert a shell script into an executable binary

Understanding htop value

Mac terminal environment setup - zsh + Powerline + tmux