Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@lindwurm
Last active August 25, 2019 12:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lindwurm/2f24a96d50830626372392364a7b761d to your computer and use it in GitHub Desktop.
Save lindwurm/2f24a96d50830626372392364a7b761d to your computer and use it in GitHub Desktop.
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