From 596b256e64f46b2b52f62d0c4dc11e35ff129fb8 Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Wed, 23 Aug 2017 13:37:20 +0200 Subject: [PATCH] [CODE] change to civilian twilight --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index fe20ee3..e562f4c 100644 --- a/functions.php +++ b/functions.php @@ -8,7 +8,7 @@ $config_filename = 'config_times.json'; $timeRegex = '/^((2[0-3]|1[0-9]|0[0-9]|[^0-9][0-9]):([0-5][0-9]|[0-9]))/'; $sun_zenith = 96; /* Civilian Twilight */ -$sun_zenith = 90+50/60; /* sunrise/ sunset */ +//$sun_zenith = 90+50/60; /* sunrise/ sunset */ $timezone = "Europe/Berlin"; class LightStatus {