devicebits in logging ook iets meer friendly tonen
svn path=/Website/trunk/; revision=41554
This commit is contained in:
@@ -397,6 +397,8 @@ function __DumpCollection(pCollection, params)
|
||||
if (itemname.match(/(^date|van$|tot$|datum)/)
|
||||
|| (numv > 946684800000 && numv < 2145916800000)) // 2000-2038
|
||||
sLog += " <em style='font-size:smaller'>" + toISODateTimeString(new Date(parseInt(v)), true) + "</em>";
|
||||
if (itemname == "devicebits")
|
||||
sLog += " <em style='font-size:smaller'>0x" + numv.toString(2) + "</em>";
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user