Skip to content

Instantly share code, notes, and snippets.

@dammyammy
Created April 19, 2015 15:40
Show Gist options
  • Select an option

  • Save dammyammy/eed52e3d38c9de24bb4f to your computer and use it in GitHub Desktop.

Select an option

Save dammyammy/eed52e3d38c9de24bb4f to your computer and use it in GitHub Desktop.
How to Change Timezone on Ubuntu
# Set Timezone to Nigerian Time
alias ngtime="sudo ln -sf /usr/share/zoneinfo/Africa/Lagos /etc/localtime"
# Set Timezone to London Time
alias uktime="sudo ln -sf /usr/share/zoneinfo/Europe/London /etc/localtime"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment