如何将 ubuntu 中的时间从本地时间更改为 UTC

如何将 ubuntu 中的时间从本地时间更改为 UTC
ianjoh@ausjenkins0:~$ date
Mon Mar  6 03:34:57 PST 2017
ianjoh@ausjenkins0:~$ timedatectl
      Local time: Mon 2017-03-06 03:35:05 PST
  Universal time: Mon 2017-03-06 11:35:05 UTC
        RTC time: Mon 2017-03-06 11:35:06
       Time zone: America/Los_Angeles (PST, -0800)
 Network time on: yes
NTP synchronized: yes
 RTC in local TZ: no
ianjoh@ausjenkins0:~$

我希望系统时间为通用/RTC 时间,但不知道该如何设置?

答案1

你可以timedatectl像这样使用命令

sudo timedatectl set-local-rtc 0

相关内容