mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-19 00:26:03 +00:00
git-svn-id: https://svn.fhem.de/fhem/trunk@12378 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
aada47e4cb
commit
2e4e2532e9
@ -606,9 +606,9 @@ FileLog_Get($@)
|
||||
$linf = $hash->{logfile};
|
||||
my ($Y,$m,$d) = ($1,$2,$3);
|
||||
sub expandFileWildcards($$$$) {
|
||||
my $f=shift;
|
||||
my ($Y,$m,$d)=@_;
|
||||
return ResolveDateWildcards($f,localtime(time_str2num("$Y-$m-$d")));
|
||||
my ($f,$Y,$m,$d)=@_;
|
||||
return ResolveDateWildcards($f,
|
||||
localtime(time_str2num("$Y-$m-$d 00:00:00")));
|
||||
};
|
||||
$linf=expandFileWildcards($linf,$Y,$m,$d);
|
||||
if(AttrVal($name, "createGluedFile", 0)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user