Skip to content

Instantly share code, notes, and snippets.

@fo40225
Created March 18, 2019 12:42
Show Gist options
  • Save fo40225/191f31d040c7c859bb903a16e79d94d0 to your computer and use it in GitHub Desktop.
Save fo40225/191f31d040c7c859bb903a16e79d94d0 to your computer and use it in GitHub Desktop.
ubuntu台灣時區+BIOS本地時間
#!/bin/sh
sudo timedatectl set-timezone Asia/Taipei
sudo timedatectl set-local-rtc 1 --adjust-system-clock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment