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:
dietmar63
2014-04-19 13:10:27 +00:00
parent 635fd1a2d7
commit bf10591bf7

View File

@@ -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 ($$);