mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
55_GDS: removed: unnecessary newline in _local readings
git-svn-id: https://svn.fhem.de/fhem/trunk@5933 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
23d8283594
commit
a89cc3c895
@ -627,7 +627,7 @@ sub capTrans($) {
|
||||
my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime($t+$offset);
|
||||
$mon += 1;
|
||||
$year += 1900;
|
||||
$t = sprintf "%02s.%02s.%02s %02s:%02s:%02s\n", $mday, $mon, $year, $hour, $min, $sec;
|
||||
$t = sprintf "%02s.%02s.%02s %02s:%02s:%02s", $mday, $mon, $year, $hour, $min, $sec;
|
||||
return $t;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user