2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

73_WaterCalculator: Bugfix - use Time::Local

git-svn-id: https://svn.fhem.de/fhem/trunk@23661 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Sailor 2021-02-02 12:53:23 +00:00
parent e0af924e30
commit e0fdf67252

View File

@ -52,6 +52,7 @@
package main;
use strict;
use warnings;
use Time::Local;
use FHEM::Meta;
###START###### Initialize module ##############################################################################START####