mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 07:24:21 +00:00
Absolute at is started at the second border.
git-svn-id: https://svn.fhem.de/fhem/trunk@1457 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
04127512ff
commit
02ec521eb1
@ -49,6 +49,7 @@ at_Define($$)
|
||||
$cnt = "" if(!defined($cnt));
|
||||
|
||||
my $ot = $data{AT_TRIGGERTIME} ? $data{AT_TRIGGERTIME} : gettimeofday();
|
||||
$ot = int($ot) if(!$rel); # No way to specify subseconds
|
||||
my @lt = localtime($ot);
|
||||
my $nt = $ot;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user