mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 13:24:56 +00:00
95_Astro.pm: Fix timelocal bug
git-svn-id: https://svn.fhem.de/fhem/trunk@14718 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
31b729fd92
commit
6c5ab80311
@ -36,6 +36,7 @@ use warnings;
|
||||
use POSIX;
|
||||
|
||||
use Math::Trig;
|
||||
use Time::Local;
|
||||
#use Data::Dumper;
|
||||
|
||||
my $DEG = pi/180.0;
|
||||
@ -46,7 +47,7 @@ my $deltaT = 65; # Correction time in s
|
||||
my %Astro;
|
||||
my %Date;
|
||||
|
||||
my $astroversion = 1.3;
|
||||
my $astroversion = 1.31;
|
||||
|
||||
#-- These we may get on request
|
||||
my %gets = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user