mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
[VS] Fix format epoch (#7857)
This commit is contained in:
parent
01658763a2
commit
cb002a7673
1 changed files with 1 additions and 1 deletions
|
|
@ -404,7 +404,7 @@ function vs_utils.save_host_to_scan(scan_type, host, scan_result, last_scan_time
|
|||
end
|
||||
|
||||
if last_scan_time or last_duration then
|
||||
local time_formatted = format_utils.formatPastEpochShort(last_scan_time)
|
||||
local time_formatted = format_utils.formatEpoch(last_scan_time)
|
||||
|
||||
if last_duration <= 0 then
|
||||
last_duration = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue