From 386759eec0eb0653663dfe0c61a2aa67a9a0412d Mon Sep 17 00:00:00 2001 From: Rahix <rahix@rahix.de> Date: Mon, 9 Dec 2019 20:44:11 +0100 Subject: [PATCH] docs(card10.cfg): Document timezone option Signed-off-by: Rahix <rahix@rahix.de> --- Documentation/card10-cfg.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/card10-cfg.rst b/Documentation/card10-cfg.rst index d60b4c55..3b3fdf7a 100644 --- a/Documentation/card10-cfg.rst +++ b/Documentation/card10-cfg.rst @@ -38,4 +38,6 @@ Supported options Option name Type Description =============== ========== =========== ``execute_elf`` Boolean Allow running of binary :ref:`l0dables`. These files can be nefarious, so this option is off by default. +--------------- ---------- ----------- +``timezone`` String Timezone for card10; must be of format ``[+-]HHMM``. Examples: ``+0800``, ``-0200`` =============== ========== =========== -- GitLab