From d9fffd8bd5f8b0632a830446fd61e7f7fdfe0487 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Tue, 17 Jan 2017 23:28:45 +0100 Subject: [PATCH] added trick about configuring the timezone of PI3 --- src/tricks/raspberry_pi3_configure_timezone.adoc | 10 +++++ www/tricks/index.html | 9 ++-- www/tricks/raspberry_pi3_configure_timezone.html | 52 ++++++++++++++++++++++++ 3 files changed, 68 insertions(+), 3 deletions(-) create mode 100644 src/tricks/raspberry_pi3_configure_timezone.adoc create mode 100644 www/tricks/raspberry_pi3_configure_timezone.html 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 @@