From c12367f238ae1d57d81e17b9c203c21489a9fef3 Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Thu, 24 Aug 2017 08:30:40 +0200 Subject: [PATCH] [CODE] change sun zenit to custom value --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 02c79be..9d18032 100644 --- a/functions.php +++ b/functions.php @@ -11,7 +11,7 @@ $sunsetTrue = 90+50/60; /* "true" sunrise/ sunset */ $sunsetCivilian = 96; /* Civilian Twilight */ $sunsetNautical = 102; /* Nauticla Twilight */ -$sun_zenith = $sunsetCivilian; +$sun_zenith = 93; /* use one of the above $sunset* or own value */ $timezone = "Europe/Berlin"; class LightStatus {