Linux Setting the system time zone on Ubuntu(16.04) 2018-01-17 Pistolfly Leave a comment https://www.pistolfly.com/weblog/en/2018/01/setting-the-system-time-zone-on-ubuntu16-04.html ツイート Use `timedatectl`. List available time zones $ timedatectl list-timezones Set the system time zone $ sudo timedatectl set-timezone <time zone> Example $ sudo timedatectl set-timezone Asia/Tokyo Related