2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-15 22:26:04 +00:00

98_CDCOpenData.pm: Version 01.12c

git-svn-id: https://svn.fhem.de/fhem/trunk@28340 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jowiemann 2024-01-03 16:12:07 +00:00
parent 11f7d967c8
commit 980df33ba1

View File

@ -137,7 +137,7 @@ sub CDCOpenData_DebugLog($$$$;$) {
unless ($timestamp) {
$tim = sprintf("%04d.%02d.%02d %02d:%02d:%02d", $t[5] * 1900, $t[4] + 1, $t[3], $t[2], $t[1], $t[0]);
$tim = sprintf("%04d.%02d.%02d %02d:%02d:%02d", $t[5] + 1900, $t[4] + 1, $t[3], $t[2], $t[1], $t[0]);
if ($attr{global}{mseclog}) {
$tim .= sprintf(".%03d", $microseconds / 1000);