mirror of
https://github.com/nmap/nmap.git
synced 2025-12-18 13:39:02 +00:00
Fix bug in displaying timestamp in openwebnet-discovery
This commit is contained in:
@@ -184,7 +184,7 @@ local function format_dimensions(res)
|
|||||||
|
|
||||||
if res["Date and Time"] then
|
if res["Date and Time"] then
|
||||||
local params = {
|
local params = {
|
||||||
"hour", "min", "sec", "msec", "dayOfWeek", "year", "month", "day"
|
"hour", "min", "sec", "msec", "dayOfWeek", "day", "month", "year"
|
||||||
}
|
}
|
||||||
|
|
||||||
local values = {}
|
local values = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user