Last active
August 25, 2019 12:06
-
-
Save lindwurm/2f24a96d50830626372392364a7b761d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lindwurm@mashiro:~$ timedatectl | |
Local time: Sun 2019-08-25 12:04:30 UTC | |
Universal time: Sun 2019-08-25 12:04:30 UTC | |
RTC time: Sun 2019-08-25 12:04:30 | |
Time zone: Etc/UTC (UTC, +0000) | |
System clock synchronized: yes | |
systemd-timesyncd.service active: yes | |
RTC in local TZ: no | |
lindwurm@mashiro:~$ timedatectl list-timezones | grep -i tokyo | |
Asia/Tokyo | |
lindwurm@mashiro:~$ sudo timedatectl set-timezone Asia/Tokyo | |
[sudo] password for lindwurm: | |
lindwurm@mashiro:~$ timedatectl | |
Local time: Sun 2019-08-25 21:06:16 JST | |
Universal time: Sun 2019-08-25 12:06:16 UTC | |
RTC time: Sun 2019-08-25 12:06:16 | |
Time zone: Asia/Tokyo (JST, +0900) | |
System clock synchronized: yes | |
systemd-timesyncd.service active: yes | |
RTC in local TZ: no | |
lindwurm@mashiro:~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment