From: Jean-Philippe Orsini Date: Tue, 17 Jan 2017 22:28:45 +0000 (+0100) Subject: added trick about configuring the timezone of PI3 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=commitdiff_plain;h=d9fffd8bd5f8b0632a830446fd61e7f7fdfe0487 added trick about configuring the timezone of PI3 --- diff --git a/src/tricks/raspberry_pi3_configure_timezone.adoc b/src/tricks/raspberry_pi3_configure_timezone.adoc new file mode 100644 index 0000000..f4a3857 --- /dev/null +++ b/src/tricks/raspberry_pi3_configure_timezone.adoc @@ -0,0 +1,10 @@ += Raspberry PI - configure the timezone +:docinfo2: +:icons: font + +Configure the timezone of the Raspberry: +---- +sudo dpkg-reconfigure tzdata +---- + +then reply to the questions. diff --git a/www/tricks/index.html b/www/tricks/index.html index 4ddef95..c99e1a4 100644 --- a/www/tricks/index.html +++ b/www/tricks/index.html @@ -4,10 +4,10 @@ - + Tricks - + @@ -27,6 +27,9 @@
  • How to get the temperature of the Raspberry PI3

  • +
  • +

    How to configure the timezone of the Raspberry PI3

    +
  • @@ -46,7 +49,7 @@