Skip to content

Instantly share code, notes, and snippets.

@i-blis
Created March 2, 2015 15:15
Show Gist options
  • Save i-blis/ee00a5ea4ddc6db054fa to your computer and use it in GitHub Desktop.
Save i-blis/ee00a5ea4ddc6db054fa to your computer and use it in GitHub Desktop.
Change time zone on server

Debian

Simply run dpkg-reconfigure tzdata and select the timezone.

FreeBSD

We need to copy or link the timezone file to /etc/localtime:

cp /usr/share/zoneinfo/Pacific/Noumea /etc/localtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment