mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fix network_utils dep
This commit is contained in:
parent
49bdd32ce0
commit
3881dd3eea
5 changed files with 6 additions and 5 deletions
|
|
@ -206,9 +206,9 @@ function format_utils.formatEpochISO8601(epoch)
|
|||
|
||||
if epoch == 0 then
|
||||
return("")
|
||||
else
|
||||
return os.date("!%Y-%m-%dT%TZ", epoch)
|
||||
end
|
||||
|
||||
return os.date("!%Y-%m-%dT%TZ", epoch)
|
||||
end
|
||||
|
||||
-- format an epoch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue