Skip to content

Instantly share code, notes, and snippets.

@huberf
Created March 23, 2018 21:20
Show Gist options
  • Save huberf/c1ea090497560c283f7d577e9be7508f to your computer and use it in GitHub Desktop.
Save huberf/c1ea090497560c283f7d577e9be7508f to your computer and use it in GitHub Desktop.
Change time zone on Ubuntu server

Sometimes changing the time zone on a server to ones own can simplify product prototyping. Luckily this is a painless process.

The below is for Eastern time, but one must merely look around in the /usr/share/zoneinfo directory to find the proper file for your setup. When found simply run ln -sf /usr/share/zoneinfo/US/Eastern /etc/localtime replacing /US/Eastern with the appropriate file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment