mirror of
https://github.com/nmap/nmap.git
synced 2026-09-06 10:29:46 +00:00
Fix bug in displaying timestamp in openwebnet-discovery
This commit is contained in:
parent
4985033a3d
commit
7a9bd8e6ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue