2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 13:24:56 +00:00

57_SSCal: contrib 1.15.0

git-svn-id: https://svn.fhem.de/fhem/trunk@21296 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2020-02-27 21:24:26 +00:00
parent 6c2c966054
commit 7c207fe6a5

View File

@ -1935,7 +1935,7 @@ sub SSCal_extractEventlist ($) {
my ($nbhh,$nbmm,$nbss,$nehh,$nemm,$ness);
for ($ci=-1; $ci<($count*$interval); $ci+=$interval) {
$bts += 86400 if($ci>=0);
$bts += 86400*$interval if($ci>=0);
($nbss,$nbmm,$nbhh,$bmday,$bmonth,$byear,$ness,$nemm,$nehh,$emday,$emonth,$eyear) = SSCal_DTfromStartandDiff ($bts,$startEndDiff);