mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +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
|
||||
local params = {
|
||||
"hour", "min", "sec", "msec", "dayOfWeek", "year", "month", "day"
|
||||
"hour", "min", "sec", "msec", "dayOfWeek", "day", "month", "year"
|
||||
}
|
||||
|
||||
local values = {}
|
||||
|
||||
Reference in New Issue
Block a user