mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
Absolute at is started at the second border.
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1457 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
844d5a9f3b
commit
ab566b94fd
@ -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