Skip to content

Instantly share code, notes, and snippets.

@SankaitLaroiya
Created June 27, 2018 19:30
Show Gist options
  • Save SankaitLaroiya/ce199f3762a43b7e558c99f3dc5a2c12 to your computer and use it in GitHub Desktop.
Save SankaitLaroiya/ce199f3762a43b7e558c99f3dc5a2c12 to your computer and use it in GitHub Desktop.
Changing timezone of a linux machine
# All the available time zones are in directory /usr/share/zoneinfo
# Choose whichever one you want and replace the path below
ln -sf /usr/share/zoneinfo/Asia/Kolkata /etc/localtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment