mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
use Time::Local 'timelocal_nocheck'; added
git-svn-id: https://svn.fhem.de/fhem/trunk@5566 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3db9457f62
commit
8f82bf6218
@ -30,6 +30,7 @@ use strict;
|
||||
use warnings;
|
||||
use IO::Socket;
|
||||
use Time::HiRes qw(gettimeofday);
|
||||
use Time::Local 'timelocal_nocheck';
|
||||
|
||||
sub RandomTimer_stopTimeReached($);
|
||||
sub schaltZeitenErmitteln ($$);
|
||||
|
Loading…
Reference in New Issue
Block a user