Browse Source

:bug: use UTC as default timezone

Jeremy Zheng 4 years ago
parent
commit
d2b7818868
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deploy/roles/ubuntu/tasks/main.yml

+ 1 - 1
deploy/roles/ubuntu/tasks/main.yml

@@ -130,7 +130,7 @@
 
 - name: Set timezone
   become: true
-  shell: timedatectl set-timezone Asia/Shanghai
+  shell: timedatectl set-timezone UTC
 
 - name: Set git rebase mode
   become: true