98_DOIF.pm: fixed isday with relative timer
git-svn-id: https://svn.fhem.de/fhem/trunk@27363 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -3913,7 +3913,7 @@ sub DOIF_SetTimer {
|
|||||||
$next_time+=86400;
|
$next_time+=86400;
|
||||||
}
|
}
|
||||||
($sec,$min,$hour,$mday,$month,$year,$wday,$yday,$isdst) = localtime($next_time);
|
($sec,$min,$hour,$mday,$month,$year,$wday,$yday,$isdst) = localtime($next_time);
|
||||||
if ($isdst_now != $isdst) {
|
if ($isdst_now != $isdst and !$rel) {
|
||||||
if ($isdst_now == 1) {
|
if ($isdst_now == 1) {
|
||||||
$next_time+=3600 if ($isdst == 0);
|
$next_time+=3600 if ($isdst == 0);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user