mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 13:24:56 +00:00
73_ElectricityCalculator: Bugfix - use Time::Local
git-svn-id: https://svn.fhem.de/fhem/trunk@23660 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
10ab2a57d8
commit
e0af924e30
@ -44,6 +44,7 @@
|
||||
package main;
|
||||
use strict;
|
||||
use warnings;
|
||||
use Time::Local;
|
||||
use FHEM::Meta;
|
||||
|
||||
###START###### Initialize module ##############################################################################START####
|
||||
|
Loading…
x
Reference in New Issue
Block a user