Skip to content

Instantly share code, notes, and snippets.

@srounet
Created July 7, 2013 15:48
Show Gist options
  • Save srounet/5943889 to your computer and use it in GitHub Desktop.
Save srounet/5943889 to your computer and use it in GitHub Desktop.
Freebsd set timezone
$> date
dim 7 jul 2013 15:48:19 CEST
$> cd /usr/share/zoneinfo/Europe
$> cp Paris /etc/localtime
$> date
dim 7 jul 2013 17:48:19 CEST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment