1
0
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:
dmiller
2018-03-02 04:54:42 +00:00
parent 4985033a3d
commit 7a9bd8e6ab

View File

@@ -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 = {}