Skip to content

Instantly share code, notes, and snippets.

@murphytsai
Created January 7, 2022 08:59
Show Gist options
  • Select an option

  • Save murphytsai/98d27a7448250337b9395821377465f3 to your computer and use it in GitHub Desktop.

Select an option

Save murphytsai/98d27a7448250337b9395821377465f3 to your computer and use it in GitHub Desktop.
How to # Set or Change the Time Zone in Linux( Centos)
# How to Set or Change the Time Zone in Linux( Centos)
# example : change to UTC time.
$ sudo rm -f /etc/localtime
$ sudo ln -s /usr/share/zoneinfo/UTC /etc/localtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment