FSN#37431 Schijfruimte monitoring/scan_udls.asp in de core

svn path=/Website/trunk/; revision=30816
This commit is contained in:
Jos Groot Lipman
2016-09-22 10:57:36 +00:00
parent 5dd1446b22
commit 94a72103c0

View File

@@ -357,7 +357,7 @@ function __DumpCollection(pCollection, title, optionalColor)
{
if (String(pCollection.key(i)).match(/(^date|van$|tot$|datum)/)
|| (numv > 946684800000 && numv < 2145916800000)) // 2000-2038
sLog += "&nbsp;<em style='font-size:smaller'>" + toDateTimeString(new Date(parseInt(v)), true) + "</em>";
sLog += "&nbsp;<em style='font-size:smaller'>" + toISODateTimeString(new Date(parseInt(v)), true) + "</em>";
}
}
}