mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-21 07:56:03 +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 POSIX;
|
||||||
|
|
||||||
use Math::Trig;
|
use Math::Trig;
|
||||||
|
use Time::Local;
|
||||||
#use Data::Dumper;
|
#use Data::Dumper;
|
||||||
|
|
||||||
my $DEG = pi/180.0;
|
my $DEG = pi/180.0;
|
||||||
@ -46,7 +47,7 @@ my $deltaT = 65; # Correction time in s
|
|||||||
my %Astro;
|
my %Astro;
|
||||||
my %Date;
|
my %Date;
|
||||||
|
|
||||||
my $astroversion = 1.3;
|
my $astroversion = 1.31;
|
||||||
|
|
||||||
#-- These we may get on request
|
#-- These we may get on request
|
||||||
my %gets = (
|
my %gets = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user