Answers for "arch linux change timezone"

1

arch linux change timezone

# To set the local time of the system clock directly:
$ timedatectl set-time "yyyy-MM-dd hh:mm:ss"

# For example:
$ timedatectl set-time "2014-05-26 11:13:54"
Posted by: Guest on October-30-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language