Created
July 7, 2013 15:48
-
-
Save srounet/5943889 to your computer and use it in GitHub Desktop.
Freebsd set timezone
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$> 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