2
0
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:
dietmar63 2014-04-19 13:10:27 +00:00
parent 3db9457f62
commit 8f82bf6218

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