git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@17587 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2018-10-22 07:18:30 +00:00
parent e3487e7856
commit f20d3dc085

View File

@ -463,7 +463,7 @@ logProxy_shiftTime($$)
$time =~ s/ /_/;
if( $offset =~ m/((-)?\d)*m/ ) {
if( $offset =~ m/((-)?\d+)m/ ) {
my @t = split("[-_:]", $time);
$time = mktime($t[5],$t[4],$t[3],$t[2],$t[1]-1+$1,$t[0]-1900,0,0,-1);;
} else {